Home | History | Annotate | Download | only in IPO

Lines Matching refs:TypeSize

1504     unsigned TypeSize = TD->getTypeAllocSize(FieldTy);
1506 TypeSize = TD->getStructLayout(ST)->getSizeInBytes();
1509 ConstantInt::get(IntPtrTy, TypeSize),
1738 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes();
1739 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize);