Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp834 Value imagSign = b.create<arith::DivFOp>(imag, abs); in matchAndRewrite() local
835 Value sign = b.create<complex::CreateOp>(type, realSign, imagSign); in matchAndRewrite()