Home | History | Annotate | Download | only in IR

Lines Matching refs:getElementByteSize

2267   return StringRef(DataElements, getNumElements()*getElementByteSize());
2297 /// getElementByteSize - Return the size in bytes of the elements in the data.
2298 uint64_t ConstantDataSequential::getElementByteSize() const {
2305 return DataElements+Elt*getElementByteSize();
2610 unsigned EltSize = getElementByteSize();