Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp606 Value rhsRealIsInf = in matchAndRewrite() local
610 Value rhsIsInf = b.create<arith::OrIOp>(rhsRealIsInf, rhsImagIsInf); in matchAndRewrite()
616 b.create<arith::SelectOp>(rhsRealIsInf, one, zero); in matchAndRewrite()