Searched refs:SizeBytes (Results 1 – 1 of 1) sorted by relevance
634 unsigned SizeBytes = ElementSizeBytes * Chain.size(); in splitOddVectorElts() local635 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts()