Home | History | Annotate | Download | only in Analysis

Lines Matching refs:URem

924 /// SimplifyRem - Given operands for an SRem or URem, see if we can
994 /// SimplifyURemInst - Given operands for a URem, see if we can
998 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, TD, DT, MaxRecurse))
1561 // 'urem x, CI2' produces [0, CI2).
2357 case Instruction::URem: return SimplifyURemInst(LHS, RHS, TD, DT, MaxRecurse);
2456 case Instruction::URem: