Searched refs:imagSign (Results 1 – 1 of 1) sorted by relevance
834 Value imagSign = b.create<arith::DivFOp>(imag, abs); in matchAndRewrite() local835 Value sign = b.create<complex::CreateOp>(type, realSign, imagSign); in matchAndRewrite()