Searched refs:SimplifyFMulInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 174 SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5058 SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function 5086 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function in llvm 5090 return ::SimplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in SimplifyFMulInst() 5268 return SimplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp() 5290 return SimplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp() 5925 return SimplifyFMulInst(FPI->getArgOperand(0), FPI->getArgOperand(1), in simplifyIntrinsic() 6118 Result = SimplifyFMulInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1422 if (Value *V = SimplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|