Searched refs:ElementSizeInBytes (Results 1 – 1 of 1) sorted by relevance
6368 unsigned ElementSizeInBytes = ElementSize / 8; in getConstantDataArrayInfo() local6394 if ((StartIdx % ElementSizeInBytes) != 0) in getConstantDataArrayInfo()6397 Offset += StartIdx / ElementSizeInBytes; in getConstantDataArrayInfo()6404 uint64_t Length = SizeInBytes / ElementSizeInBytes; in getConstantDataArrayInfo()