Searched refs:PartBits (Results 1 – 1 of 1) sorted by relevance
214 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local220 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()500 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local516 if (NumParts * PartBits > ValueVT.getSizeInBits()) { in getCopyToParts()536 } else if (PartBits == ValueVT.getSizeInBits()) { in getCopyToParts()540 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { in getCopyToParts()545 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyToParts()553 assert(NumParts * PartBits == ValueVT.getSizeInBits() && in getCopyToParts()573 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts()598 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()[all …]