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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 37 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(PowerOf2), m_Value(A))),
135 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
257 if (match(Op0, m_Shl(m_One(), m_Value(Y))))
259 if (match(Op1, m_Shl(m_One(), m_Value(Y))))
825 if (match(Op1, m_Shl(m_Power2(), m_Value())) ||
826 match(Op1, m_ZExt(m_Shl(m_Power2(), m_Value())))) {
    [all...]
InstCombineShifts.cpp 83 (!isLeftShift && match(I, m_Shl(m_Value(), m_ConstantInt(CI))))) {
708 if (match(I.getOperand(0), m_OneUse(m_Shl(m_Constant(C1), m_Value(A)))) &&
771 if (match(Op0, m_Shl(m_Value(X), m_Specific(Op1)))) {
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp 758 match(Op0, m_Shl(m_Specific(Op1), m_One())))
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 485 m_Shl(const LHS &L, const RHS &R) {
    [all...]

Completed in 263 milliseconds