Searched refs:SimplifyFMulInst (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 168 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4951 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function 4971 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function in llvm 4973 return ::SimplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFMulInst() 5127 return SimplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp() 5149 return SimplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp() 5852 Result = SimplifyFMulInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 429 if (Value *V = SimplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
|
H A D | InstCombineCalls.cpp | 1381 if (Value *V = SimplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|