Searched defs:SimplifyUDivInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1048 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
1050 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const Query &Q, function
1058 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const TargetData *TD, function in class:llvm
1061 return ::SimplifyUDivInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2688 case Instruction::UDiv: return SimplifyUDivInst(LHS, RHS, Q, MaxRecurse);
2792 Result = SimplifyUDivInst(I->getOperand(0), I->getOperand(1), TD, TLI, DT);

Completed in 53 milliseconds