Searched defs:SimplifyFSubInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp821 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, function
954 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, function in class:llvm
957 return ::SimplifyFSubInst(Op0, Op1, FMF, Query (DL, TLI, DT), RecursionLimit);
2901 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse);
3078 Result = SimplifyFSubInst(I->getOperand(0), I->getOperand(1),

Completed in 781 milliseconds