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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp446 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); local
451 ThisVT, Part0, DAG.getIntPtrConstant(1));
453 ThisVT, Part0, DAG.getIntPtrConstant(0));
455 if (ThisBits == PartBits && ThisVT != PartVT) {

Completed in 127 milliseconds