Searched refs:UpperElts (Results 1 – 1 of 1) sorted by relevance
10076 unsigned UpperElts = NumElts - NumSrcElts; in matchShuffleAsVTRUNC() local10077 if (!Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnes()) in matchShuffleAsVTRUNC()10173 unsigned UpperElts = NumElts - NumSrcElts; in lowerShuffleWithVPMOV() local10175 !Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnes()) in lowerShuffleWithVPMOV()10200 bool UndefUppers = isUndefInRange(Mask, NumSrcElts, UpperElts); in lowerShuffleWithVPMOV()10237 unsigned UpperElts = NumElts - NumSrcElts; in lowerShuffleAsVTRUNC() local10238 if (UpperElts > 0 && in lowerShuffleAsVTRUNC()10239 !Zeroable.extractBits(UpperElts, NumSrcElts).isAllOnes()) in lowerShuffleAsVTRUNC()10242 UpperElts > 0 && isUndefInRange(Mask, NumSrcElts, UpperElts); in lowerShuffleAsVTRUNC()50781 APInt UpperElts = APInt::getHighBitsSet(NumElts, HalfElts); in combineOr() local[all …]