Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp158 Type *AgTy = cast<PointerType>(PtrArg->getType())->getElementType(); in PromoteArguments() local
163 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() local
530 StructType *STy = cast<StructType>(AgTy); in DoPromotion()
661 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in DoPromotion() local
662 StructType *STy = cast<StructType>(AgTy); in DoPromotion()
788 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in DoPromotion() local
789 Value *TheAlloca = new AllocaInst(AgTy, 0, "", InsertPt); in DoPromotion()
790 StructType *STy = cast<StructType>(AgTy); in DoPromotion()