reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 1475   if (!AllocTy->isSized())
 1509     if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) {
 1510       OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI);
 1524     if (ArrayType *AT = dyn_cast<ArrayType>(AllocTy))
 1525       AllocTy = AT->getElementType();
 1527   StructType *AllocSTy = dyn_cast<StructType>(AllocTy);