Searched refs:simplifyFNegInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 147 Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, const SimplifyQuery &Q);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5070 static Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() function 5083 Value *llvm::simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() function in llvm 5085 return ::simplifyFNegInst(Op, FMF, Q, RecursionLimit); in simplifyFNegInst() 5439 return simplifyFNegInst(Op, FastMathFlags(), Q, MaxRecurse); in simplifyUnOp() 5453 return simplifyFNegInst(Op, FMF, Q, MaxRecurse); in simplifyFPUnOp() 6310 Result = simplifyFNegInst(NewOps[0], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| H A D | InlineCost.cpp | 2016 Value *SimpleV = simplifyFNegInst( in visitFNeg()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2300 if (Value *V = simplifyFNegInst(Op, I.getFastMathFlags(), in visitFNeg()
|