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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 489 if (match(FCmp, m_Zero()))
499 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
610 if (match(Op1, m_Zero()))
748 if (match(Op1, m_Zero()))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineSelect.cpp 602 if (!match(IC->getOperand(1), m_Zero()))
    [all...]
InstructionCombining.cpp 837 if (match(Val, m_Zero()) || Scale == 1) {
    [all...]
InstCombineMulDivRem.cpp 788 if (match(Sub->getOperand(0), m_Zero()) && Sub->hasNoSignedWrap())
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 135 /// m_Zero() - Match an arbitrary zero/null constant. This includes
137 inline match_zero m_Zero() { return match_zero(); }
158 return m_CombineOr(m_Zero(), m_NegZero());

Completed in 190 milliseconds