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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1149 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
1151 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const Query &Q, function
1159 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const DataLayout *TD, function in class:llvm
1162 return ::SimplifyUDivInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2872 case Instruction::UDiv: return SimplifyUDivInst(LHS, RHS, Q, MaxRecurse);
3062 Result = SimplifyUDivInst(I->getOperand(0), I->getOperand(1), TD, TLI, DT);

Completed in 160 milliseconds