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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp163 Type *AgTy = cast<PointerType>(PtrArg->getType())->getElementType(); local
169 if (StructType *STy = dyn_cast<StructType>(AgTy)) {
199 if (StructType *STy = dyn_cast<StructType>(AgTy)) {
539 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); local
540 StructType *STy = cast<StructType>(AgTy);
674 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); local
675 StructType *STy = cast<StructType>(AgTy);
805 Type *AgTy = cast<PointerType>(I->getType())->getElementType(); local
806 Value *TheAlloca = new AllocaInst(AgTy, nullptr, "", InsertPt);
807 StructType *STy = cast<StructType>(AgTy);
[all...]

Completed in 83 milliseconds