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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1062 /// SimplifyUDivInst - Given operands for a UDiv, see if we can
1064 static Value *SimplifyUDivInst(Value *Op0, Value *Op1, const Query &Q, function
1072 Value *llvm::SimplifyUDivInst(Value *Op0, Value *Op1, const DataLayout *DL, function in class:llvm
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);

Completed in 117 milliseconds