Lines Matching defs:FMF
298 FastMathFlags FMF, const Instruction *CtxI) const;
313 FastMathFlags FMF) const;
315 FastMathFlags FMF) const;
821 FastMathFlags FMF) const {
826 (!FMF.noNaNs() || !FMF.noInfs()))
848 FastMathFlags FMF) const {
952 Value *Den, FastMathFlags FMF,
965 if (HasFP32DenormalFlush || FMF.approxFunc()) {
990 if (FMF.allowReciprocal()) {
995 if (HasFP32DenormalFlush || FMF.approxFunc()) {
1399 FastMathFlags FMF;
1400 FMF.setFast();
1401 Builder.setFastMathFlags(FMF);
2206 FastMathFlags FMF = I.getFastMathFlags();
2207 FMF.setNoNaNs();
2208 Builder.setFastMathFlags(FMF);