Home
last modified time | relevance | path

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

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