Lines Matching defs:PartBits
187 unsigned PartBits = PartVT.getSizeInBits();
192 unsigned RoundBits = PartBits * RoundParts;
217 EVT OddVT = EVT::getIntegerVT(*DAG.getContext(), OddParts * PartBits);
225 EVT TotalVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
536 unsigned PartBits = PartVT.getSizeInBits();
537 if (NumParts * PartBits > ValueVT.getSizeInBits()) {
552 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
557 } else if (PartBits == ValueVT.getSizeInBits()) {
561 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) {
566 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
574 assert(NumParts * PartBits == ValueVT.getSizeInBits() &&
594 unsigned RoundBits = RoundParts * PartBits;
607 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits);
620 unsigned ThisBits = StepSize * PartBits / 2;
630 if (ThisBits == PartBits && ThisVT != PartVT) {