Searched refs:BuiltVectorTy (Results 1 – 1 of 1) sorted by relevance
395 EVT BuiltVectorTy = in getCopyFromPartsVector() local405 DL, BuiltVectorTy, Ops); in getCopyFromPartsVector()785 EVT BuiltVectorTy = EVT::getVectorVT( in getCopyToPartsVector() local788 if (ValueVT == BuiltVectorTy) { in getCopyToPartsVector()790 } else if (ValueVT.getSizeInBits() == BuiltVectorTy.getSizeInBits()) { in getCopyToPartsVector()792 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val); in getCopyToPartsVector()794 if (BuiltVectorTy.getVectorElementType().bitsGT( in getCopyToPartsVector()798 BuiltVectorTy.getVectorElementType(), in getCopyToPartsVector()803 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector()808 assert(Val.getValueType() == BuiltVectorTy && "Unexpected vector value type"); in getCopyToPartsVector()