Searched refs:SplatUndefZ (Results 1 – 1 of 1) sorted by relevance
929 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in isVectorConstantLegal() local932 uint64_t Lower = SplatUndefZ & maskTrailingOnes<uint64_t>(LowerBits); in isVectorConstantLegal()933 uint64_t Upper = SplatUndefZ & maskLeadingOnes<uint64_t>(UpperBits); in isVectorConstantLegal()940 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower; in isVectorConstantLegal()