Lines Matching defs:ValueVT
6338 MVT ValueVT = Node->getSimpleValueType(0);
6344 if (!ValueVT.isVector() || !MaskVT.isVector())
6347 unsigned NumElts = ValueVT.getVectorNumElements();
6348 MVT ValueSVT = ValueVT.getVectorElementType();
6381 assert(EVT(MaskVT) == EVT(ValueVT).changeVectorElementTypeToInteger() &&
6412 SDVTList VTs = CurDAG->getVTList(ValueVT, MaskVT, MVT::Other);
6435 MVT ValueVT = Value.getSimpleValueType();
6440 if (!ValueVT.isVector())
6443 unsigned NumElts = ValueVT.getVectorNumElements();
6444 MVT ValueSVT = ValueVT.getVectorElementType();