Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp403 EVT BuiltVectorTy = in getCopyFromPartsVector() local
410 DL, BuiltVectorTy, Ops); in getCopyFromPartsVector()
717 EVT BuiltVectorTy = EVT::getVectorVT( in getCopyToPartsVector() local
720 if (ValueVT != BuiltVectorTy) { in getCopyToPartsVector()
721 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) in getCopyToPartsVector()
724 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val); in getCopyToPartsVector()