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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1133 /// SimplifySDivInst - Given operands for an SDiv, see if we can
1135 static Value *SimplifySDivInst(Value *Op0, Value *Op1, const Query &Q, function
1143 Value *llvm::SimplifySDivInst(Value *Op0, Value *Op1, const DataLayout *TD, function in class:llvm
1146 return ::SimplifySDivInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2871 case Instruction::SDiv: return SimplifySDivInst(LHS, RHS, Q, MaxRecurse);
3059 Result = SimplifySDivInst(I->getOperand(0), I->getOperand(1), TD, TLI, DT);

Completed in 173 milliseconds