Searched refs:NumSubBits (Results 1 – 1 of 1) sorted by relevance
21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()