Searched refs:ByteValues (Results 1 – 1 of 1) sorted by relevance
1298 SmallVector<Value*, 8> &ByteValues) { in CollectBSwapParts() argument1303 ByteValues) || in CollectBSwapParts()1305 ByteValues); in CollectBSwapParts()1314 if ((ShAmt & 7) || (ShAmt > 8*ByteValues.size())) in CollectBSwapParts()1326 ByteMask &= (~0U >> (32-ByteValues.size())); in CollectBSwapParts()1329 if (OverallLeftShift >= (int)ByteValues.size()) return true; in CollectBSwapParts()1330 if (OverallLeftShift <= -(int)ByteValues.size()) return true; in CollectBSwapParts()1333 ByteValues); in CollectBSwapParts()1341 unsigned NumBytes = ByteValues.size(); in CollectBSwapParts()1366 ByteValues); in CollectBSwapParts()[all …]