Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp374 Value rhsRealIsInfWithSign = rewriter.create<math::CopySignOp>( in matchAndRewrite() local
381 rewriter.create<arith::MulFOp>(loc, lhsReal, rhsRealIsInfWithSign); in matchAndRewrite()
389 rewriter.create<arith::MulFOp>(loc, lhsImag, rhsRealIsInfWithSign); in matchAndRewrite()