Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp622 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() local
623 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts()
632 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()