Home
last modified time | relevance | path

Searched refs:RoundBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp185 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local
186 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
187 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()
190 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()
559 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local
562 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL)); in getCopyToParts()