Home | History | Annotate | Download | only in IPA

Lines Matching defs:AllocSize

277       ConstantInt *AllocSize = dyn_cast<ConstantInt>(Size);
278 assert(AllocSize && "Allocation size not a constant int?");
280 AllocatedSize += Ty->getPrimitiveSizeInBits() * AllocSize->getZExtValue();