Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp599 EVT ThisVT = EVT::getIntegerVT(*DAG.getContext(), ThisBits); in getCopyToParts() local
604 ThisVT, Part0, DAG.getIntPtrConstant(1, DL)); in getCopyToParts()
606 ThisVT, Part0, DAG.getIntPtrConstant(0, DL)); in getCopyToParts()
608 if (ThisBits == PartBits && ThisVT != PartVT) { in getCopyToParts()