Home
last modified time | relevance | path

Searched defs:cosImag (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp510 Value cosImag = rewriter.create<math::CosOp>(loc, imag, fmf.getValue()); in matchAndRewrite() local
1008 Value cosImag = b.create<math::CosOp>(imag, fmf); matchAndRewrite() local