Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp143 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local
144 StructType *STy = cast<StructType>(AgTy); in doPromotion()
264 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local
265 StructType *STy = cast<StructType>(AgTy); in doPromotion()
391 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); in doPromotion() local
393 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() local
951 (ArgumentPromotionPass::isDenselyPacked(AgTy, DL) || in promoteArguments()
[all …]