Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp780 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in isVectorConstantLegal() local
782 (SplatUndefZ & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
784 (SplatUndefZ & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
791 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower; in isVectorConstantLegal()