Searched refs:NumElementBits (Results 1 – 1 of 1) sorted by relevance
18392 unsigned NumElementBits = ElementVT.getFixedSizeInBits(); in lowerVECTOR_COMPRESS() local18399 if (NumElementBits == 32 || NumElementBits == 64) { in lowerVECTOR_COMPRESS()18400 unsigned NumLargeElements = 512 / NumElementBits; in lowerVECTOR_COMPRESS()