Searched refs:SimplifyFSubInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 134 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4563 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function 4640 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function in llvm 4642 return ::SimplifyFSubInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFSubInst() 4759 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp() 4782 return SimplifyFSubInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyFPBinOp() 5217 Result = SimplifyFSubInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1749 if (Value *V = SimplifyFSubInst(I.getOperand(0), I.getOperand(1), in visitFSub()
|