Searched defs:RoundBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp124 unsigned RoundBits = PartBits * RoundParts; local
125 EVT RoundVT = RoundBits == ValueBits ?
126 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
129 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
421 unsigned RoundBits = RoundParts * PartBits; local
424 DAG.getIntPtrConstant(RoundBits));

Completed in 324 milliseconds