Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp451 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts() local
456 ThisVT, Part0, DAG.getIntPtrConstant(1)); in getCopyToParts()
458 ThisVT, Part0, DAG.getIntPtrConstant(0)); in getCopyToParts()
460 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()