Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h89 inline class_match<CmpInst> m_Cmp() { return class_match<CmpInst>(); } m_Cmp() function
1427 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) { m_Cmp() function