Home | History | Annotate | Download | only in Analysis

Lines Matching refs:AllocSize

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