Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp571 Value lhsRealIsInf = in matchAndRewrite() local
575 Value lhsIsInf = b.create<arith::OrIOp>(lhsRealIsInf, lhsImagIsInf); in matchAndRewrite()
585 b.create<arith::SelectOp>(lhsRealIsInf, one, zero); in matchAndRewrite()