Home
last modified time | relevance | path

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

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