Searched refs:rhsIsInf (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/ |
| H A D | ComplexToStandard.cpp | 610 Value rhsIsInf = b.create<arith::OrIOp>(rhsRealIsInf, rhsImagIsInf); in matchAndRewrite() local 618 rhsIsInf, b.create<math::CopySignOp>(rhsRealIsInfFloat, rhsReal), in matchAndRewrite() 623 rhsIsInf, b.create<math::CopySignOp>(rhsImagIsInfFloat, rhsImag), in matchAndRewrite() 626 b.create<arith::AndIOp>(rhsIsInf, lhsRealIsNan); in matchAndRewrite() 631 b.create<arith::AndIOp>(rhsIsInf, lhsImagIsNan); in matchAndRewrite() 635 Value recalc = b.create<arith::OrIOp>(lhsIsInf, rhsIsInf); in matchAndRewrite()
|