Home
last modified time | relevance | path

Searched refs:SimplifyFAddInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h160 SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4913 SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() function
5070 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() function in llvm
5074 return ::SimplifyFAddInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in SimplifyFAddInst()
5264 return SimplifyFAddInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp()
5286 return SimplifyFAddInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp()
5909 return SimplifyFAddInst(FPI->getArgOperand(0), FPI->getArgOperand(1), in simplifyIntrinsic()
6102 Result = SimplifyFAddInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1522 if (Value *V = SimplifyFAddInst(I.getOperand(0), I.getOperand(1), in visitFAdd()