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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 41 match(One, m_One())) {
353 if (match(Op0, m_Shl(m_One(), m_Value(Y)))) {
356 } else if (match(Op1, m_Shl(m_One(), m_Value(Y)))) {
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp 1007 if (match(RHS, m_Add(m_Value(X), m_One())))
1010 if (match(LHS, m_Add(m_Value(X), m_One()))) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 433 if (match(TCmp, m_One()))
438 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 244 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); }
245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 59 milliseconds