Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp622 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && in visitSub()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h334 m_SDiv(const LHS &L, const RHS &R) { in m_SDiv() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2321 } else if (match(LHS, m_SDiv(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst()
2331 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
3579 m_SDiv(m_Sub(m_Value(P), m_PtrToInt(m_Specific(Ops[0]))), in SimplifyGEPInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1619 if (match(Op1, m_SDiv(m_Value(X), m_Constant(C))) && match(Op0, m_Zero()) && in visitSub()
DInstCombineMulDivRem.cpp825 if ((IsSigned && match(LHS, m_SDiv(m_Value(X), m_APInt(C1)))) || in commonIDivTransforms()
DInstructionCombining.cpp1579 m_SDiv(m_Value(V), m_ConstantInt(C)))) { in visitGetElementPtrInst()
/external/llvm/include/llvm/IR/
DPatternMatch.h476 inline BinaryOp_match<LHS, RHS, Instruction::SDiv> m_SDiv(const LHS &L, in m_SDiv() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1572 } else if (match(LHS, m_SDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()