Searched refs:ThisVT (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 415 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/ |
D | SelectionDAGBuilder.cpp | 490 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()
|