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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 414 unsigned ThisBits = StepSize * PartBits / 2;
415 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
424 if (ThisBits == PartBits && ThisVT != PartVT) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 489 unsigned ThisBits = StepSize * PartBits / 2;
490 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
499 if (ThisBits == PartBits && ThisVT != PartVT) {
    [all...]

Completed in 73 milliseconds