Lines Matching refs:getFastMathFlags
371 FastMathFlags FMF = TI->getFastMathFlags(); in foldSelectOpOp()
372 FMF &= FI->getFastMathFlags(); in foldSelectOpOp()
373 FMF |= SI.getFastMathFlags(); in foldSelectOpOp()
410 FastMathFlags FMF = cast<FPMathOperator>(TII)->getFastMathFlags(); in foldSelectOpOp()
411 FMF &= cast<FPMathOperator>(FII)->getFastMathFlags(); in foldSelectOpOp()
412 FMF |= SelectFPOp->getFastMathFlags(); in foldSelectOpOp()
536 FMF = SI.getFastMathFlags(); in foldSelectIntoOp()
2063 FastMathFlags Flags = AddOp->getFastMathFlags(); in foldAddSubSelect()
2064 Flags &= SubOp->getFastMathFlags(); in foldAddSubSelect()
2082 FastMathFlags Flags = AddOp->getFastMathFlags(); in foldAddSubSelect()
2083 Flags &= SubOp->getFastMathFlags(); in foldAddSubSelect()
2860 FastMathFlags FMF = cast<FPMathOperator>(TrueVal)->getFastMathFlags(); in foldSelectWithFCmpToFabs()
2898 NewFNeg->setFastMathFlags(SI.getFastMathFlags()); in foldSelectWithFCmpToFabs()
3547 FastMathFlags FMF = cast<FPMathOperator>(TrueVal)->getFastMathFlags(); in matchFMulByZeroIfResultEqZero()
3669 Builder.setFastMathFlags(FCmp->getFastMathFlags()); in visitSelectInst()
3828 cast<FPMathOperator>(SI.getCondition())->getFastMathFlags(); in visitSelectInst()