Home
last modified time | relevance | path

Searched refs:SplatBitsZ (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4267 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR() local
4270 & ((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()