Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp382 EVT BuiltVectorTy = in getCopyFromPartsVector() local
392 DL, BuiltVectorTy, Ops); in getCopyFromPartsVector()
721 EVT BuiltVectorTy = EVT::getVectorVT( in getCopyToPartsVector() local
724 if (ValueVT == BuiltVectorTy) { in getCopyToPartsVector()
726 } else if (ValueVT.getSizeInBits() == BuiltVectorTy.getSizeInBits()) { in getCopyToPartsVector()
728 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val); in getCopyToPartsVector()
730 widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector()
732 } else if (BuiltVectorTy.getVectorElementType().bitsGE( in getCopyToPartsVector()
734 BuiltVectorTy.getVectorElementCount() == in getCopyToPartsVector()
737 Val = DAG.getAnyExtOrTrunc(Val, DL, BuiltVectorTy); in getCopyToPartsVector()
[all …]