Lines Matching defs:arithFMF
810 mlir::arith::FastMathFlags arithFMF{};
812 arithFMF = arithFMF | mlir::arith::FastMathFlags::contract;
815 arithFMF = arithFMF | mlir::arith::FastMathFlags::ninf;
818 arithFMF = arithFMF | mlir::arith::FastMathFlags::nnan;
821 arithFMF = arithFMF | mlir::arith::FastMathFlags::afn;
824 arithFMF = arithFMF | mlir::arith::FastMathFlags::nsz;
827 arithFMF = arithFMF | mlir::arith::FastMathFlags::reassoc;
830 arithFMF = arithFMF | mlir::arith::FastMathFlags::arcp;
832 setFastMathFlags(arithFMF);