Searched refs:StoreVT (Results 1 – 1 of 1) sorted by relevance
1300 EVT StoreVT = ST->getMemoryVT(); in SelectStore() local1307 if (!StoreVT.isSimple()) in SelectStore()1322 MVT SimpleVT = StoreVT.getSimpleVT(); in SelectStore()1536 EVT StoreVT = MemSD->getMemoryVT(); in SelectStoreVector() local1556 assert(StoreVT.isSimple() && "Store value is not simple"); in SelectStoreVector()1557 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in SelectStoreVector()