Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp339 Value lhsImagIsInfWithSign = rewriter.create<math::CopySignOp>( in matchAndRewrite() local
345 rewriter.create<arith::MulFOp>(loc, lhsImagIsInfWithSign, rhsImag); in matchAndRewrite()
353 rewriter.create<arith::MulFOp>(loc, lhsImagIsInfWithSign, rhsReal); in matchAndRewrite()