Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp472 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local
473 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) in getCopyFromPartsVector()
474 Val = ValueVT.isFloatingPoint() ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()
475 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()