Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp261 IdentTy = llvm::StructType::create( in CGOpenMPRuntime()
317 CGM.getModule(), IdentTy, /*isConstant*/ true, in getOrCreateDefaultLocation()
325 llvm::Constant *Init = llvm::ConstantStruct::get(IdentTy, Values); in getOrCreateDefaultLocation()
351 llvm::AllocaInst *AI = CGF.CreateTempAlloca(IdentTy, ".kmpc_loc.addr"); in emitUpdateLocation()
352 AI->setAlignment(CGM.getDataLayout().getPrefTypeAlignment(IdentTy)); in emitUpdateLocation()
360 llvm::ConstantExpr::getSizeOf(IdentTy), in emitUpdateLocation()
365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, in emitUpdateLocation()
439 return llvm::PointerType::getUnqual(IdentTy); in getIdentTyPointerTy()
DCGOpenMPRuntime.h192 llvm::StructType *IdentTy; variable