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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 422 if (match(TCmp, m_One()))
427 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 266 if (match(Op0, m_Shl(m_One(), m_Value(Y))))
268 if (match(Op1, m_Shl(m_One(), m_Value(Y))))
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp 977 if (match(RHS, m_Add(m_Value(X), m_One())))
980 if (match(LHS, m_Add(m_Value(X), m_One()))) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 256 /// m_One() - Match an integer 1 or a vector with all elements equal to 1.
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]

Completed in 67 milliseconds