Searched refs:SplatBitsZ (Results 1 – 2 of 2) sorted by relevance
4267 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local4270 & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4272 & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4273 uint64_t Value = SplatBitsZ | Upper | Lower; in lowerBUILD_VECTOR()4283 Value = SplatBitsZ | Middle; in lowerBUILD_VECTOR()
4556 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local4559 & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4561 & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4562 uint64_t Value = SplatBitsZ | Upper | Lower; in lowerBUILD_VECTOR()4572 Value = SplatBitsZ | Middle; in lowerBUILD_VECTOR()