Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp450 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() local
451 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts()
460 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()