Home
last modified time | relevance | path

Searched defs:m_One (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h182 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() function
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One() function
/external/llvm/include/llvm/IR/
DPatternMatch.h244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() function
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h352 inline cst_pred_ty<is_one> m_One() { in m_One() function