Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:FMF

3226     FastMathFlags FMF = EatFastMathFlagsIfPresent();
3230 if (FMF.any())
3231 Inst->setFastMathFlags(FMF);