Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLLVM/
H A DComplexToLLVM.cpp147 unpackBinaryComplexOperands(OpTy op, typename OpTy::Adaptor adaptor, in unpackBinaryComplexOperands() function
171 unpackBinaryComplexOperands<complex::AddOp>(op, adaptor, rewriter); in matchAndRewrite()
199 unpackBinaryComplexOperands<complex::DivOp>(op, adaptor, rewriter); in matchAndRewrite()
244 unpackBinaryComplexOperands<complex::MulOp>(op, adaptor, rewriter); in matchAndRewrite()
281 unpackBinaryComplexOperands<complex::SubOp>(op, adaptor, rewriter); in matchAndRewrite()