Searched refs:AgTy (Results 1 – 1 of 1) sorted by relevance
158 Type *AgTy = cast<PointerType>(PtrArg->getType())->getElementType(); in PromoteArguments() local163 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments()193 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments()529 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in DoPromotion() local530 StructType *STy = cast<StructType>(AgTy); in DoPromotion()661 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in DoPromotion() local662 StructType *STy = cast<StructType>(AgTy); in DoPromotion()788 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in DoPromotion() local789 Value *TheAlloca = new AllocaInst(AgTy, 0, "", InsertPt); in DoPromotion()790 StructType *STy = cast<StructType>(AgTy); in DoPromotion()