Searched refs:lhsIsInf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/ |
| H A D | ComplexToStandard.cpp | 575 Value lhsIsInf = b.create<arith::OrIOp>(lhsRealIsInf, lhsImagIsInf); in matchAndRewrite() local 587 lhsIsInf, b.create<math::CopySignOp>(lhsRealIsInfFloat, lhsReal), in matchAndRewrite() 592 lhsIsInf, b.create<math::CopySignOp>(lhsImagIsInfFloat, lhsImag), in matchAndRewrite() 595 b.create<arith::AndIOp>(lhsIsInf, rhsRealIsNan); in matchAndRewrite() 600 b.create<arith::AndIOp>(lhsIsInf, rhsImagIsNan); in matchAndRewrite() 635 Value recalc = b.create<arith::OrIOp>(lhsIsInf, rhsIsInf); in matchAndRewrite()
|