Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FastMathFlags

867 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF,
909 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF,
946 FastMathFlags FMF,
1036 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF,
1042 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF,
1049 FastMathFlags FMF,
2850 return SimplifyFAddInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse);
2856 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse);
2860 return SimplifyFMulInst (LHS, RHS, FastMathFlags(), Q, MaxRecurse);