Searched refs:SimplifyMulInst (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 179 Value *SimplifyMulInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 866 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst() function 920 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst() function in llvm 921 return ::SimplifyMulInst(Op0, Op1, Q, RecursionLimit); in SimplifyMulInst() 5101 return SimplifyMulInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 5856 Result = SimplifyMulInst(I->getOperand(0), I->getOperand(1), Q); in SimplifyInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 143 if (Value *V = SimplifyMulInst(I.getOperand(0), I.getOperand(1), in visitMul()
|