Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp414 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() local
415 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts()
424 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp489 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() local
490 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts()
499 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp596 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() local
597 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts()
606 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()