Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp447 Value expReal = rewriter.create<math::ExpOp>(loc, real); in matchAndRewrite() local
449 Value resultReal = rewriter.create<arith::MulFOp>(loc, expReal, cosImag); in matchAndRewrite()
451 Value resultImag = rewriter.create<arith::MulFOp>(loc, expReal, sinImag); in matchAndRewrite()