Lines Matching defs:FMF
566 FastMathFlags FMF;
567 Builder.setFastMathFlags(FMF);
593 FMF.setFast();
594 Builder.setFastMathFlags(FMF);
618 // Clear all FMF in the builder.
627 FMF.clear();
628 FMF.setAllowReciprocal();
629 Builder.setFastMathFlags(FMF);
645 FMF.clear();
646 FMF.setAllowReciprocal();
647 Builder.setFastMathFlags(FMF);
664 FMF.clear();
665 FMF.setAllowContract(true);
666 Builder.setFastMathFlags(FMF);
675 FMF.setApproxFunc();
677 Builder.setFastMathFlags(FMF);
685 FMF.setAllowReassoc();
687 Builder.setFastMathFlags(FMF);
695 // Test a call with FMF.
709 FMF.clear();
710 FMF.setNoNaNs();
711 Builder.setFastMathFlags(FMF);
737 // Test that CreateF*FMF functions copy flags from the source instruction
831 FastMathFlags FMF;
832 FMF.setAllowReciprocal();
833 Builder.setFastMathFlags(FMF);