Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp775 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in isVectorConstantLegal() local
777 (SplatUndefZ & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
779 (SplatUndefZ & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
786 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower; in isVectorConstantLegal()