Searched refs:m_SDiv (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2295 } 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 DPatternMatch.h476 inline BinaryOp_match<LHS, RHS, Instruction::SDiv> m_SDiv(const LHS &L, function in namespace:llvm::PatternMatch
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1639 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) &&
H A DInstCombineMulDivRem.cpp811 if ((IsSigned && match(LHS, m_SDiv(m_Value(X), m_APInt(C1)))) ||
H A DInstructionCombining.cpp1583 m_SDiv(m_Value(V), m_ConstantInt(C)))) {

Completed in 74 milliseconds