Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h185 simplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5437 simplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFSubInst() function
5566 Value *llvm::simplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFSubInst() function in llvm
5570 return ::simplifyFSubInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFSubInst()
5762 return simplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in simplifyBinOp()
5784 return simplifyFSubInst(LHS, RHS, FMF, Q, MaxRecurse); in simplifyBinOp()
6464 return simplifyFSubInst( in simplifyIntrinsic()
6608 return simplifyFSubInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2532 if (Value *V = simplifyFSubInst(I.getOperand(0), I.getOperand(1), in visitFSub()