/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...] |