Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h484 QualType KmpDimTy; variable
H A DCGOpenMPRuntime.cpp11146 if (KmpDimTy.isNull()) { in emitDoacrossInit()
11158 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit()
11160 RD = cast<RecordDecl>(KmpDimTy->getAsTagDecl()); in emitDoacrossInit()
11163 QualType ArrayTy = C.getConstantArrayType(KmpDimTy, Size, nullptr, in emitDoacrossInit()
11172 CGF.Builder.CreateConstArrayGEP(DimsAddr, I), KmpDimTy); in emitDoacrossInit()