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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 406 if (!match(CmpLHS, m_And(m_Value(X), m_Power2(C1))))
411 bool OrOnFalseVal = match(FalseVal, m_Or(m_Specific(TrueVal), m_Power2(C2)));
413 OrOnTrueVal = match(TrueVal, m_Or(m_Specific(FalseVal), m_Power2(C2)));
682 match(CmpLHS, m_And(m_Value(X), m_Power2(Y))) &&
    [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineShifts.cpp 46 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 272 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); }
273 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }
    [all...]

Completed in 105 milliseconds