Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FastMathFlags

779 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF,
821 FastMathFlags FMF,
858 FastMathFlags FMF,
948 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF,
954 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF,
961 FastMathFlags FMF,
2895 return SimplifyFAddInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse);
2901 return SimplifyFSubInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse);
2905 return SimplifyFMulInst (LHS, RHS, FastMathFlags(), Q, MaxRecurse);