Home | History | Annotate | Download | only in IPO

Lines Matching refs:AllocTy

826                                                      Type *AllocTy,
834 GlobalType = AllocTy;
837 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
1465 Type *AllocTy,
1474 if (!AllocTy->isSized())
1508 if (NElements->getZExtValue() * DL->getTypeAllocSize(AllocTy) < 2048) {
1509 GVI = OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI);
1523 if (ArrayType *AT = dyn_cast<ArrayType>(AllocTy))
1524 AllocTy = AT->getElementType();
1526 StructType *AllocSTy = dyn_cast<StructType>(AllocTy);