Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp268 IdentTy = llvm::StructType::create( in CGOpenMPRuntime()
323 CGM.getModule(), IdentTy, /*isConstant*/ true, in getOrCreateDefaultLocation()
331 llvm::Constant *Init = llvm::ConstantStruct::get(IdentTy, Values); in getOrCreateDefaultLocation()
357 llvm::AllocaInst *AI = CGF.CreateTempAlloca(IdentTy, ".kmpc_loc.addr"); in emitUpdateLocation()
358 AI->setAlignment(CGM.getDataLayout().getPrefTypeAlignment(IdentTy)); in emitUpdateLocation()
366 llvm::ConstantExpr::getSizeOf(IdentTy), in emitUpdateLocation()
371 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, in emitUpdateLocation()
445 return llvm::PointerType::getUnqual(IdentTy); in getIdentTyPointerTy()
HDCGOpenMPRuntime.h228 llvm::StructType *IdentTy; variable