Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp129 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local
130 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
131 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()
134 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()
426 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local
429 DAG.getIntPtrConstant(RoundBits)); in getCopyToParts()