Home | History | Annotate | Download | only in Analysis

Lines Matching full:udiv

803 /// SimplifyDiv - Given operands for an SDiv or UDiv, see if we can
891 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
895 if (Value *V = SimplifyDiv(Instruction::UDiv, Op0, Op1, TD, DT, MaxRecurse))
1568 // 'udiv x, CI2' produces [0, UINT_MAX / CI2].
1571 Upper = NegOne.udiv(CI2->getValue()) + 1;
1877 case Instruction::UDiv:
2354 case Instruction::UDiv: return SimplifyUDivInst(LHS, RHS, TD, DT, MaxRecurse);
2447 case Instruction::UDiv: