Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1638 m_SpecificCmp(CmpInst::Predicate MatchPred, const LHS &L, const RHS &R) { in m_SpecificCmp()
1645 m_SpecificICmp(ICmpInst::Predicate MatchPred, const LHS &L, const RHS &R) { in m_SpecificICmp()
1652 m_SpecificFCmp(FCmpInst::Predicate MatchPred, const LHS &L, const RHS &R) { in m_SpecificFCmp()