Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h517 QualType KmpDimTy; variable
DCGOpenMPRuntime.cpp11995 if (KmpDimTy.isNull()) { in emitDoacrossInit()
12007 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit()
12009 RD = cast<RecordDecl>(KmpDimTy->getAsTagDecl()); in emitDoacrossInit()
12013 C.getConstantArrayType(KmpDimTy, Size, nullptr, ArrayType::Normal, 0); in emitDoacrossInit()
12021 CGF.Builder.CreateConstArrayGEP(DimsAddr, I), KmpDimTy); in emitDoacrossInit()