Searched refs:m_SDiv (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 2295 } else if (match(LHS, m_SDiv(m_ConstantInt(CI2), m_Value()))) { 2305 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) { 3519 m_SDiv(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))),
|
/external/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 476 inline BinaryOp_match<LHS, RHS, Instruction::SDiv> m_SDiv(const LHS &L, function in namespace:llvm::PatternMatch
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1639 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) &&
|
H A D | InstCombineMulDivRem.cpp | 811 if ((IsSigned && match(LHS, m_SDiv(m_Value(X), m_APInt(C1)))) ||
|
H A D | InstructionCombining.cpp | 1583 m_SDiv(m_Value(V), m_ConstantInt(C)))) {
|
Completed in 74 milliseconds