Searched refs:RoundBits (Results 1 – 3 of 3) sorted by relevance
117 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local118 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()119 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()122 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()390 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local393 DAG.getIntPtrConstant(RoundBits)); in getCopyToParts()
149 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local150 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()151 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()154 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()465 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local468 DAG.getIntPtrConstant(RoundBits, DL)); in getCopyToParts()
218 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()220 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()223 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()571 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local574 DAG.getIntPtrConstant(RoundBits, DL)); in getCopyToParts()