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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h469 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/include/llvm/IR/
H A DPatternMatch.h726 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
1125 if (!m_ICmp(Pred, m_Value(ICmpLHS), m_Value(ICmpRHS)).match(V))
1325 return m_CombineOr(m_ICmp(Pred, L, R), m_ICmp(Pred, R, L));

Completed in 111 milliseconds