HomeSort by: relevance | last modified time | path
    Searched refs:KmpDimTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 488 QualType KmpDimTy;
CGOpenMPRuntime.cpp 11835 if (KmpDimTy.isNull()) {
11847 KmpDimTy = C.getRecordType(RD);
11849 RD = cast<RecordDecl>(KmpDimTy->getAsTagDecl());
11853 C.getConstantArrayType(KmpDimTy, Size, nullptr, ArrayType::Normal, 0);
11861 CGF.Builder.CreateConstArrayGEP(DimsAddr, I), KmpDimTy);

Completed in 37 milliseconds