Lines Matching refs:URem
1142 /// Given operands for an SRem or URem, see if we can fold the result.
1181 (Opcode == Instruction::URem &&
1218 /// Given operands for a URem, see if we can fold the result.
1222 if (Value *V = SimplifyRem(Instruction::URem, Op0, Op1, Q, MaxRecurse))
2307 // 'urem x, CI2' produces [0, CI2).
2762 // icmp pred (urem X, Y), Y
2793 // icmp pred X, (urem Y, X)
3784 case Instruction::URem: return SimplifyURemInst(LHS, RHS, Q, MaxRecurse);
4139 case Instruction::URem: