Searched refs:NumSubBits (Results 1 – 1 of 1) sorted by relevance
13686 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local13708 Bits = Bits.lshr((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()13710 Bits = Bits.lshr(SubIdx * NumSubBits); in XformToShuffleWithZero()13714 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()13725 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()