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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 194 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
209 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
276 if (!match(Mul, m_Mul(m_Value(), m_Value())))
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 390 if (match(RHS, m_Mul(m_Value(S), m_ConstantInt(Idx)))) {
  /external/llvm/include/llvm/IR/
PatternMatch.h 458 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L,
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]

Completed in 506 milliseconds