Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SRem

1143 /// SimplifyRem - Given operands for an SRem or URem, see if we can
1183 if ((Opcode == Instruction::SRem &&
1204 /// SimplifySRemInst - Given operands for an SRem, see if we can
1208 if (Value *V = SimplifyRem(Instruction::SRem, Op0, Op1, Q, MaxRecurse))
2254 // 'srem x, CI2' produces (-|CI2|, |CI2|).
3449 case Instruction::SRem: return SimplifySRemInst(LHS, RHS, Q, MaxRecurse);
3680 case Instruction::SRem: