Lines Matching refs:getFastMathFlags
364 FastMathFlags FMF = TI->getFastMathFlags(); in foldSelectOpOp()
365 FMF &= FI->getFastMathFlags(); in foldSelectOpOp()
366 FMF |= SI.getFastMathFlags(); in foldSelectOpOp()
403 FastMathFlags FMF = cast<FPMathOperator>(TII)->getFastMathFlags(); in foldSelectOpOp()
404 FMF &= cast<FPMathOperator>(FII)->getFastMathFlags(); in foldSelectOpOp()
405 FMF |= SelectFPOp->getFastMathFlags(); in foldSelectOpOp()
530 FMF = SI.getFastMathFlags(); in foldSelectIntoOp()
1919 FastMathFlags Flags = AddOp->getFastMathFlags(); in foldAddSubSelect()
1920 Flags &= SubOp->getFastMathFlags(); in foldAddSubSelect()
1938 FastMathFlags Flags = AddOp->getFastMathFlags(); in foldAddSubSelect()
1939 Flags &= SubOp->getFastMathFlags(); in foldAddSubSelect()
2732 FastMathFlags FMF = cast<FPMathOperator>(TrueVal)->getFastMathFlags(); in foldSelectWithFCmpToFabs()
2770 NewFNeg->setFastMathFlags(SI.getFastMathFlags()); in foldSelectWithFCmpToFabs()
3353 FastMathFlags FMF = cast<FPMathOperator>(TrueVal)->getFastMathFlags(); in matchFMulByZeroIfResultEqZero()
3448 Builder.setFastMathFlags(FCmp->getFastMathFlags()); in visitSelectInst()
3608 cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst()