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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 140 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
146 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
209 if (!match(Mul, m_Mul(m_Value(), m_Value())))
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 419 m_Mul(const LHS &L, const RHS &R) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]

Completed in 2997 milliseconds