Lines Matching refs:FMF
80 FastMathFlags FMF; variable
87 : Context(context), DefaultFPMathTag(FPMathTag), FMF(), in Context()
193 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags()
196 void clearFastMathFlags() { FMF.clear(); } in clearFastMathFlags()
202 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags()
234 FastMathFlags FMF; variable
243 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
246 Builder.FMF = FMF; in ~FastMathFlagGuard()
768 FastMathFlags FMF) const { in AddFPMathAttributes() argument
773 I->setFastMathFlags(FMF); in AddFPMathAttributes()
798 FPMathTag, FMF), Name);
820 FPMathTag, FMF), Name);
842 FPMathTag, FMF), Name);
874 FPMathTag, FMF), Name);
894 FPMathTag, FMF), Name);
1005 BinOp = AddFPMathAttributes(BinOp, FPMathTag, FMF);
1029 FPMathTag, FMF), Name);
1533 FPMathTag, FMF), Name);
1557 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));
1566 CI = cast<CallInst>(AddFPMathAttributes(CI, FPMathTag, FMF));