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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 446 if (match(Op1, m_Power2(C))) {
467 if (match(Op1, m_Shl(m_Power2(CI), m_Value(N)))) {
479 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) {
543 if (match(Op1, m_Shl(m_Power2(), m_Value()))) {
624 if (match(Op1, m_Power2(C)))
630 if (match(Op1, m_Shl(m_Power2(), m_Value()))) {
640 if (match(Op1, m_Select(m_Value(Cond), m_Power2(C1), m_Power2(C2)))) {
InstCombineShifts.cpp 44 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 227 /// m_Power2() - Match an integer or vector power of 2.
228 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); }
229 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }

Completed in 30 milliseconds