Lines Matching defs:StoreVT
7955 MVT StoreVT = VData.getSimpleValueType();
7956 if (StoreVT.getScalarType() == MVT::f16) {
9407 EVT StoreVT = VData.getValueType();
9410 if (!StoreVT.isVector())
9414 unsigned NumElements = StoreVT.getVectorNumElements();
9418 EVT IntStoreVT = StoreVT.changeTypeToInteger();
9432 EVT IntStoreVT = StoreVT.changeTypeToInteger();
9467 EVT::getIntegerVT(*DAG.getContext(), StoreVT.getStoreSizeInBits());
9471 *DAG.getContext(), StoreVT.getVectorElementType(), NumElements + 1);
9478 assert(isTypeLegal(StoreVT));