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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 494 if (match(TCmp, m_One()))
499 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
783 match(Op0, m_Shl(m_Specific(Op1), m_One())))
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 203 /// m_One() - Match an integer 1 or a vector with all elements equal to 1.
204 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
205 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 226 if (match(Op0, m_Shl(m_One(), m_Value(Y))))
228 if (match(Op1, m_Shl(m_One(), m_Value(Y))))
InstCombineCompares.cpp     [all...]

Completed in 24 milliseconds