Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h164 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4872 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function
4966 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() function in llvm
4968 return ::SimplifyFSubInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFSubInst()
5125 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp()
5147 return SimplifyFSubInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp()
5842 Result = SimplifyFSubInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2213 if (Value *V = SimplifyFSubInst(I.getOperand(0), I.getOperand(1), in visitFSub()