Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp377 EVT BuiltVectorTy = in getCopyFromPartsVector() local
387 DL, BuiltVectorTy, Ops); in getCopyFromPartsVector()
744 EVT BuiltVectorTy = EVT::getVectorVT( in getCopyToPartsVector() local
747 if (ValueVT == BuiltVectorTy) { in getCopyToPartsVector()
749 } else if (ValueVT.getSizeInBits() == BuiltVectorTy.getSizeInBits()) { in getCopyToPartsVector()
751 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val); in getCopyToPartsVector()
753 if (BuiltVectorTy.getVectorElementType().bitsGT( in getCopyToPartsVector()
757 BuiltVectorTy.getVectorElementType(), in getCopyToPartsVector()
762 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector()
767 assert(Val.getValueType() == BuiltVectorTy && "Unexpected vector value type"); in getCopyToPartsVector()