Searched refs:GTy (Results 1 – 3 of 3) sorted by relevance
65 Type *GTy = G->getType()->getElementType(); in makeReturnGlobal() local66 Value *Add = builder.CreateAdd(Load, ConstantInt::get(GTy, 1LL)); in makeReturnGlobal()233 Type *GTy = Type::getInt32Ty(context); in TEST() local236 GTy, in TEST()239 Constant::getNullValue(GTy), in TEST()
436 Type *GTy = GV->getType()->getElementType(); in visitMemoryReference() local437 if (DL && GTy->isSized()) in visitMemoryReference()438 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()440 if (DL && BaseAlign == 0 && GTy->isSized()) in visitMemoryReference()441 BaseAlign = DL->getABITypeAlignment(GTy); in visitMemoryReference()
1564 DIType GTy = DD->resolve(GV.getType()); in createGlobalVariableDIE() local1590 addType(*VariableDIE, GTy); in createGlobalVariableDIE()1664 addConstantValue(*VariableDIE, CI, GTy); in createGlobalVariableDIE()