Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp802 Value argIsZero = b.create<arith::AndIOp>(realIsZero, imagIsZero); in matchAndRewrite() local
804 resultReal = b.create<arith::SelectOp>(argIsZero, zero, resultReal); in matchAndRewrite()
805 resultImag = b.create<arith::SelectOp>(argIsZero, zero, resultImag); in matchAndRewrite()