Home
last modified time | relevance | path

Searched refs:SimplifyFNegInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h148 Value *SimplifyFNegInst(Value *Op, FastMathFlags FMF, const SimplifyQuery &Q);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1926 Value *SimpleV = SimplifyFNegInst( in visitFNeg()
H A DInstructionSimplify.cpp4859 Value *llvm::SimplifyFNegInst(Value *Op, FastMathFlags FMF, in SimplifyFNegInst() function in llvm
6099 Result = SimplifyFNegInst(NewOps[0], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2207 if (Value *V = SimplifyFNegInst(Op, I.getFastMathFlags(), in visitFNeg()