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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp419 unsigned ThisBits = StepSize * PartBits / 2; local
420 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits);
429 if (ThisBits == PartBits && ThisVT != PartVT) {

Completed in 32 milliseconds