reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
526 if (NumParts * PartBits > ValueVT.getSizeInBits()) { 541 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); 546 } else if (PartBits == ValueVT.getSizeInBits()) { 550 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { 555 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); 563 assert(NumParts * PartBits == ValueVT.getSizeInBits() && 583 unsigned RoundBits = RoundParts * PartBits; 596 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); 609 unsigned ThisBits = StepSize * PartBits / 2; 619 if (ThisBits == PartBits && ThisVT != PartVT) {