Lines Matching defs:BuiltVectorTy
398 EVT BuiltVectorTy =
408 DL, BuiltVectorTy, Ops);
788 EVT BuiltVectorTy = EVT::getVectorVT(
791 if (ValueVT == BuiltVectorTy) {
793 } else if (ValueVT.getSizeInBits() == BuiltVectorTy.getSizeInBits()) {
795 Val = DAG.getNode(ISD::BITCAST, DL, BuiltVectorTy, Val);
797 if (BuiltVectorTy.getVectorElementType().bitsGT(
801 BuiltVectorTy.getVectorElementType(),
806 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) {
811 assert(Val.getValueType() == BuiltVectorTy && "Unexpected vector value type");