Searched refs:m_SRem (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp46 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
H A DInstCombineMulDivRem.cpp910 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1049 if ((isSigned && match(Op0, m_SRem(m_Value(), m_Specific(Op1)))) ||
1198 match(Op0, m_SRem(m_Value(), m_Specific(Op1)))) ||
2283 } else if (match(LHS, m_SRem(m_Value(), m_ConstantInt(CI2)))) {
/external/llvm/include/llvm/IR/
H A DPatternMatch.h494 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L, function in namespace:llvm::PatternMatch

Completed in 125 milliseconds