Lines Matching defs:AllocTy
1025 Type *AllocTy,
1033 GlobalType = AllocTy;
1036 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
1665 Type *AllocTy,
1674 if (!AllocTy->isSized())
1708 if (NElements->getZExtValue() * TD->getTypeAllocSize(AllocTy) < 2048) {
1709 GVI = OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, TD, TLI);
1723 if (ArrayType *AT = dyn_cast<ArrayType>(AllocTy))
1724 AllocTy = AT->getElementType();
1726 StructType *AllocSTy = dyn_cast<StructType>(AllocTy);