Lines Matching defs:PartBits
190 unsigned PartBits = PartVT.getSizeInBits();
195 unsigned RoundBits = PartBits * RoundParts;
220 EVT OddVT = EVT::getIntegerVT(*DAG.getContext(), OddParts * PartBits);
228 EVT TotalVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
538 unsigned PartBits = PartVT.getSizeInBits();
539 if (NumParts * PartBits > ValueVT.getSizeInBits()) {
554 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
559 } else if (PartBits == ValueVT.getSizeInBits()) {
563 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) {
568 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
576 assert(NumParts * PartBits == ValueVT.getSizeInBits() &&
596 unsigned RoundBits = RoundParts * PartBits;
609 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
622 unsigned ThisBits = StepSize * PartBits / 2;
632 if (ThisBits == PartBits && ThisVT != PartVT) {