Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2295 } else if (match(LHS, m_SDiv(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst()
2305 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
3519 m_SDiv(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
/external/llvm/include/llvm/IR/
DPatternMatch.h476 inline BinaryOp_match<LHS, RHS, Instruction::SDiv> m_SDiv(const LHS &L, in m_SDiv() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1639 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) && in visitSub()
DInstCombineMulDivRem.cpp811 if ((IsSigned && match(LHS, m_SDiv(m_Value(X), m_APInt(C1)))) || in commonIDivTransforms()
DInstructionCombining.cpp1583 m_SDiv(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()