HomeSort by relevance Sort by last modified time
    Searched refs:RoundBits (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 117 unsigned RoundBits = PartBits * RoundParts;
118 EVT RoundVT = RoundBits == ValueBits ?
119 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
122 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
390 unsigned RoundBits = RoundParts * PartBits;
393 DAG.getIntPtrConstant(RoundBits));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 149 unsigned RoundBits = PartBits * RoundParts;
150 EVT RoundVT = RoundBits == ValueBits ?
151 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
154 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
465 unsigned RoundBits = RoundParts * PartBits;
468 DAG.getIntPtrConstant(RoundBits, DL));
    [all...]

Completed in 59 milliseconds