Searched refs:GVType (Results 1 – 5 of 5) sorted by relevance
127 Type *GVType = GV->getValueType(); in addEmuTlsVar() local132 GVAlignment = DL.getABITypeAlignment(GVType); in addEmuTlsVar()140 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()150 ConstantInt::get(WordType, DL.getTypeStoreSize(GVType)), in addEmuTlsVar()
170 PointerType *GVType = GV->getType(); in getOrInsertCVTA() local179 unsigned int AddrSpace = GVType->getAddressSpace(); in getOrInsertCVTA()198 ParamTypes.push_back(GVType); in getOrInsertCVTA()
704 Type *GVType = GVar->getInitializer()->getType(); in isNonEscapingGlobalNoAlias() local706 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()707 (DL.getTypeAllocSize(GVType) > 0) && in isNonEscapingGlobalNoAlias()
1192 Type *GVType = IsVec ? VectorType::get(I->getReturnType(),3) : in transWorkItemBuiltinsToVariables() local1194 auto BV = new GlobalVariable(*M, GVType, in transWorkItemBuiltinsToVariables()
584 Type *GVType = GV.getValueType(); in visitGlobalVariable() local585 if (ArrayType *ATy = dyn_cast<ArrayType>(GVType)) { in visitGlobalVariable()