Searched refs:m_ICmp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1535 if (!match(TI, m_Br(m_ICmp(Pred, m_Specific(Op), m_Zero()), TrueBB, FalseBB)))
1613 if (match(&BI, m_Br(m_ICmp(IPred, m_Value(X), m_Value(Y)),
/external/llvm/include/llvm/Support/
H A DPatternMatch.h592 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch

Completed in 43 milliseconds