Lines Matching refs:FastMathFlags
278 bool canOptimizeWithRsq(const FPMathOperator *SqrtOp, FastMathFlags DivFMF,
279 FastMathFlags SqrtFMF) const;
282 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
286 FastMathFlags FMF, const Instruction *CtxI) const;
291 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
301 FastMathFlags FMF) const;
303 FastMathFlags FMF) const;
815 FastMathFlags FMF) const { in emitFrexpDiv()
842 FastMathFlags FMF) const { in emitSqrtIEEE2ULP()
891 FastMathFlags DivFMF, in canOptimizeWithRsq()
892 FastMathFlags SqrtFMF) const { in canOptimizeWithRsq()
903 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq()
904 const FastMathFlags SqrtFMF, const Instruction *CtxI) const { in optimizeWithRsq()
946 Value *Den, FastMathFlags FMF, in optimizeWithRcp()
1034 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement()
1035 FastMathFlags SqrtFMF, Value *RsqOp, const Instruction *FDivInst, in visitFDivElement()
1086 const FastMathFlags DivFMF = FPOp->getFastMathFlags(); in visitFDiv()
1089 FastMathFlags SqrtFMF; in visitFDiv()
1379 FastMathFlags FMF; in expandDivRem32()
2187 FastMathFlags FMF = I.getFastMathFlags(); in visitMinNum()
2211 FastMathFlags SqrtFMF = FPOp->getFastMathFlags(); in visitSqrt()