Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp415 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts() local
420 ThisVT, Part0, DAG.getIntPtrConstant(1)); in getCopyToParts()
422 ThisVT, Part0, DAG.getIntPtrConstant(0)); in getCopyToParts()
424 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp490 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts() local
495 ThisVT, Part0, DAG.getIntPtrConstant(1, DL)); in getCopyToParts()
497 ThisVT, Part0, DAG.getIntPtrConstant(0, DL)); in getCopyToParts()
499 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp597 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts() local
602 ThisVT, Part0, DAG.getIntPtrConstant(1, DL)); in getCopyToParts()
604 ThisVT, Part0, DAG.getIntPtrConstant(0, DL)); in getCopyToParts()
606 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()