Searched refs:RoundBits (Results 1 – 1 of 1) sorted by relevance
134 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local135 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()136 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()139 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()444 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local447 DAG.getIntPtrConstant(RoundBits, DL)); in getCopyToParts()