Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp759 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in isVectorConstantLegal() local
761 (SplatUndefZ & ((uint64_t(1) << findFirstSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
763 (SplatUndefZ & ~((uint64_t(1) << findLastSet(SplatBitsZ)) - 1)); in isVectorConstantLegal()
770 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower; in isVectorConstantLegal()