Lines Matching refs:SimplifyUDivInst
1062 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
1064 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const Query &Q,
1072 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const DataLayout *DL,
1075 return ::SimplifyUDivInst(Op0, Op1, Query (DL, TLI, DT), RecursionLimit);
2907 case Instruction::UDiv: return SimplifyUDivInst(LHS, RHS, Q, MaxRecurse);
3098 Result = SimplifyUDivInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT);