Searched refs:simplifyFMulInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 173 simplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5294 simplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMulInst() function 5322 Value *llvm::simplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMulInst() function in llvm 5326 return ::simplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFMulInst() 5504 return simplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in simplifyBinOp() 5526 return simplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in simplifyBinOp() 6179 return simplifyFMulInst( in simplifyIntrinsic() 6329 Result = simplifyFMulInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 463 if (Value *V = simplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
|
| H A D | InstCombineCalls.cpp | 1845 if (Value *V = simplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|