Searched refs:AgTy (Results 1 – 1 of 1) sorted by relevance
143 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local144 StructType *STy = cast<StructType>(AgTy); in doPromotion()264 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local265 StructType *STy = cast<StructType>(AgTy); in doPromotion()391 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local393 Value *TheAlloca = new AllocaInst(AgTy, DL.getAllocaAddrSpace(), nullptr, in doPromotion()395 StructType *STy = cast<StructType>(AgTy); in doPromotion()403 AgTy, TheAlloca, Idxs, TheAlloca->getName() + "." + Twine(i), in doPromotion()929 Type *AgTy = cast<PointerType>(PtrArg->getType())->getElementType(); in promoteArguments() local951 (ArgumentPromotionPass::isDenselyPacked(AgTy, DL) || in promoteArguments()[all …]