Lines Matching defs:StoreVT
8188 MVT StoreVT = VData.getSimpleValueType();
8189 if (StoreVT.getScalarType() == MVT::f16) {
9656 EVT StoreVT = VData.getValueType();
9659 if (!StoreVT.isVector())
9663 unsigned NumElements = StoreVT.getVectorNumElements();
9667 EVT IntStoreVT = StoreVT.changeTypeToInteger();
9681 EVT IntStoreVT = StoreVT.changeTypeToInteger();
9716 EVT::getIntegerVT(*DAG.getContext(), StoreVT.getStoreSizeInBits());
9720 *DAG.getContext(), StoreVT.getVectorElementType(), NumElements + 1);
9727 assert(isTypeLegal(StoreVT));