Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h353 auto resultComplexTy = cir::ComplexType::get(real.getType()); in createComplexCreate() local
354 return create<cir::ComplexCreateOp>(loc, resultComplexTy, real, imag); in createComplexCreate()