Lines Matching refs:SRem
1184 /// SimplifyRem - Given operands for an SRem or URem, see if we can
1238 /// SimplifySRemInst - Given operands for an SRem, see if we can
1242 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
1977 // 'srem x, CI2' produces (-|CI2|, |CI2|).
2874 case Instruction::SRem: return SimplifySRemInst(LHS, RHS, Q, MaxRecurse);
3067 case Instruction::SRem: