Searched refs:SimplifyFSubInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 167 SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4967 SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function 5078 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function in llvm 5082 return ::SimplifyFSubInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in SimplifyFSubInst() 5266 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp() 5288 return SimplifyFSubInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp() 5917 return SimplifyFSubInst(FPI->getArgOperand(0), FPI->getArgOperand(1), in simplifyIntrinsic() 6110 Result = SimplifyFSubInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2257 if (Value *V = SimplifyFSubInst(I.getOperand(0), I.getOperand(1), in visitFSub()
|