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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 201 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)),
216 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) {
287 if (!match(Mul, m_Mul(m_Value(), m_Value())))
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 534 return match(V, m_Mul(m_Value(Op1), m_Value(Op2)));
StraightLineStrengthReduce.cpp 397 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/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]

Completed in 241 milliseconds