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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp889 /// SimplifyMulInst - Given operands for a Mul, see if we can
891 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, function
954 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, function in class:llvm
957 return ::SimplifyMulInst(Op0, Op1, Query (TD, TLI, DT), RecursionLimit);
2686 case Instruction::Mul: return SimplifyMulInst (LHS, RHS, Q, MaxRecurse);
2786 Result = SimplifyMulInst(I->getOperand(0), I->getOperand(1), TD, TLI, DT);

Completed in 34 milliseconds