Home
last modified time | relevance | path

Searched refs:isSpecialCase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp643 Value isSpecialCase = b.create<arith::OrIOp>(lhsRealTimesRhsRealIsInf, in matchAndRewrite() local
647 isSpecialCase = in matchAndRewrite()
648 b.create<arith::OrIOp>(isSpecialCase, lhsRealTimesRhsImagIsInf); in matchAndRewrite()
651 isSpecialCase = in matchAndRewrite()
652 b.create<arith::OrIOp>(isSpecialCase, lhsImagTimesRhsRealIsInf); in matchAndRewrite()
657 isSpecialCase = b.create<arith::AndIOp>(isSpecialCase, notRecalc); in matchAndRewrite()
659 b.create<arith::AndIOp>(isSpecialCase, lhsRealIsNan); in matchAndRewrite()
664 b.create<arith::AndIOp>(isSpecialCase, lhsImagIsNan); in matchAndRewrite()
669 b.create<arith::AndIOp>(isSpecialCase, rhsRealIsNan); in matchAndRewrite()
674 b.create<arith::AndIOp>(isSpecialCase, rhsImagIsNan); in matchAndRewrite()
[all …]