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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp444 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); local
449 ThisVT, Part0, DAG.getIntPtrConstant(1));
451 ThisVT, Part0, DAG.getIntPtrConstant(0));
453 if (ThisBits == PartBits && ThisVT != PartVT) {

Completed in 1148 milliseconds