Home
last modified time | relevance | path

Searched defs:m_Cmp (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DPatternMatch.h72 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } in m_Cmp() function
720 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { in m_Cmp() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h80 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } in m_Cmp() function
977 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { in m_Cmp() function