Lines Matching refs:FastMathFlags
277 bool canOptimizeWithRsq(const FPMathOperator *SqrtOp, FastMathFlags DivFMF,
278 FastMathFlags SqrtFMF) const;
281 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
285 FastMathFlags FMF, const Instruction *CtxI) const;
290 FastMathFlags DivFMF, FastMathFlags SqrtFMF,
300 FastMathFlags FMF) const;
302 FastMathFlags FMF) const;
813 FastMathFlags FMF) const { in emitFrexpDiv()
840 FastMathFlags FMF) const { in emitSqrtIEEE2ULP()
889 FastMathFlags DivFMF, in canOptimizeWithRsq()
890 FastMathFlags SqrtFMF) const { in canOptimizeWithRsq()
901 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq()
902 const FastMathFlags SqrtFMF, const Instruction *CtxI) const { in optimizeWithRsq()
944 Value *Den, FastMathFlags FMF, in optimizeWithRcp()
1032 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement()
1033 FastMathFlags SqrtFMF, Value *RsqOp, const Instruction *FDivInst, in visitFDivElement()
1084 const FastMathFlags DivFMF = FPOp->getFastMathFlags(); in visitFDiv()
1087 FastMathFlags SqrtFMF; in visitFDiv()
1374 FastMathFlags FMF; in expandDivRem32()
2102 FastMathFlags FMF = I.getFastMathFlags(); in visitMinNum()
2126 FastMathFlags SqrtFMF = FPOp->getFastMathFlags(); in visitSqrt()