Searched refs:SplatBitsZ (Results 1 – 1 of 1) sorted by relevance
4096 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local4099 & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4101 & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in lowerBUILD_VECTOR()4102 uint64_t Value = SplatBitsZ | Upper | Lower; in lowerBUILD_VECTOR()4112 Value = SplatBitsZ | Middle; in lowerBUILD_VECTOR()