Searched refs:NumSubBits (Results 1 – 2 of 2) sorted by relevance
13870 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local13892 Bits = Bits.lshr((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()13894 Bits = Bits.lshr(SubIdx * NumSubBits); in XformToShuffleWithZero()13898 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()13909 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
17469 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local17491 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()17493 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()17497 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()17508 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()