Searched refs:simplifyFNegInst (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 87 Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, const SimplifyQuery &Q);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5547 static Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() function 5560 Value *llvm::simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst() function in llvm 5562 return ::simplifyFNegInst(Op, FMF, Q, RecursionLimit); in simplifyFNegInst() 5981 return simplifyFNegInst(Op, FastMathFlags(), Q, MaxRecurse); in simplifyUnOp() 5995 return simplifyFNegInst(Op, FMF, Q, MaxRecurse); in simplifyFPUnOp() 7077 return simplifyFNegInst(NewOps[0], I->getFastMathFlags(), Q, MaxRecurse); in simplifyInstructionWithOperands()
|
H A D | InlineCost.cpp | 2159 Value *SimpleV = simplifyFNegInst( in visitFNeg()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2748 if (Value *V = simplifyFNegInst(Op, I.getFastMathFlags(), in visitFNeg()
|