Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2265 } else if (match(LHS, m_SDiv(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst()
2275 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
3311 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/
DInstCombineMulDivRem.cpp801 if ((IsSigned && match(LHS, m_SDiv(m_Value(X), m_APInt(C1)))) || in commonIDivTransforms()
DInstCombineAddSub.cpp1640 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) && in visitSub()
DInstructionCombining.cpp1519 m_SDiv(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()