Searched refs:m_SRem (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 46 if (Op1->hasOneUse() && match(Op1, m_SRem(m_Value(A), m_Power2(B)))) {
|
H A D | InstCombineMulDivRem.cpp | 910 if ((isSigned && match(Z, m_SRem(m_Specific(X), m_Specific(Op1)))) ||
|
/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1049 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 D | PatternMatch.h | 494 inline BinaryOp_match<LHS, RHS, Instruction::SRem> m_SRem(const LHS &L, function in namespace:llvm::PatternMatch
|
Completed in 125 milliseconds