Lines Matching refs:UDiv
1061 /// SimplifyDiv - Given operands for an SDiv or UDiv, see if we can
1149 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
1153 if (Value *V = SimplifyDiv(Instruction::UDiv, Op0, Op1, Q, MaxRecurse))
1981 // 'udiv CI2, x' produces [0, CI2].
1984 // 'udiv x, CI2' produces [0, UINT_MAX / CI2].
1987 Upper = NegOne.udiv(CI2->getValue()) + 1;
2306 // x udiv y <=u x.
2319 case Instruction::UDiv:
2872 case Instruction::UDiv: return SimplifyUDivInst(LHS, RHS, Q, MaxRecurse);
3061 case Instruction::UDiv: