HomeSort by relevance Sort by last modified time
    Searched refs:m_ICmp (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
ValueTracking.cpp 477 return m_CombineOr(m_ICmp(Pred, L, R), m_ICmp(Pred, R, L));
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 726 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 743 m_Br(m_ICmp(Pred, m_Value(LHS), m_Value(RHS)), TBB, FBB)))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 312 milliseconds