Lines Matching refs:URem
1185 /// SimplifyRem - Given operands for an SRem or URem, see if we can
1255 /// SimplifyURemInst - Given operands for a URem, see if we can
1259 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))
1967 // 'urem x, CI2' produces [0, CI2).
2865 case Instruction::URem: return SimplifyURemInst(LHS, RHS, Q, MaxRecurse);
3060 case Instruction::URem: