Searched refs:RoundBits (Results 1 – 1 of 1) sorted by relevance
195 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local196 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()197 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()200 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()596 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local599 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL)); in getCopyToParts()