Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:TypeSize

751   unsigned TypeSize = (size_t)TD.getTypeAllocSize(Ty);
754 unsigned MemToAlloc = std::max(1U, NumElements * TypeSize);
759 DEBUG(dbgs() << "Allocated Type: " << *Ty << " (" << TypeSize << " bytes) x "