Searched refs:simplifyFAddInst (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 178 simplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5371 simplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFAddInst() function 5558 Value *llvm::simplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFAddInst() function in llvm 5562 return ::simplifyFAddInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFAddInst() 5760 return simplifyFAddInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in simplifyBinOp() 5782 return simplifyFAddInst(LHS, RHS, FMF, Q, MaxRecurse); in simplifyBinOp() 6458 return simplifyFAddInst( in simplifyIntrinsic() 6602 return simplifyFAddInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1644 if (Value *V = simplifyFAddInst(I.getOperand(0), I.getOperand(1), in visitFAdd()
|