Searched refs:NumSubBits (Results 1 – 1 of 1) sorted by relevance
18107 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local18129 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()18131 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()18135 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()18146 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()