Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h436 QualType KmpDimTy; variable
HDCGOpenMPRuntime.cpp10810 if (KmpDimTy.isNull()) { in emitDoacrossInit()
10822 KmpDimTy = C.getRecordType(RD); in emitDoacrossInit()
10824 RD = cast<RecordDecl>(KmpDimTy->getAsTagDecl()); in emitDoacrossInit()
10828 C.getConstantArrayType(KmpDimTy, Size, nullptr, ArrayType::Normal, 0); in emitDoacrossInit()
10836 CGF.Builder.CreateConstArrayGEP(DimsAddr, I), KmpDimTy); in emitDoacrossInit()