Searched refs:resultComplexTy (Results 1 – 1 of 1) sorted by relevance
353 auto resultComplexTy = cir::ComplexType::get(real.getType()); in createComplexCreate() local354 return create<cir::ComplexCreateOp>(loc, resultComplexTy, real, imag); in createComplexCreate()