Added getTypeNumBytes() function as a class member to several SPIR-V Types:
- Scalar
- Array
- Vector
- Pointer
This is a function that will expose getTypeNumBytes() from SPIRVLowering.cpp to other classes. Support of other SPIR-V types can be added on demand.