Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp519 Value newComplex = b.create<complex::CreateOp>(type, realPlusOne, imag); in matchAndRewrite() local
520 rewriter.replaceOpWithNewOp<complex::LogOp>(op, type, newComplex); in matchAndRewrite()