Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h160 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4825 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() function
4960 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() function in llvm
4962 return ::SimplifyFAddInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFAddInst()
5123 return SimplifyFAddInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp()
5145 return SimplifyFAddInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp()
5832 Result = SimplifyFAddInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1522 if (Value *V = SimplifyFAddInst(I.getOperand(0), I.getOperand(1), in visitFAdd()