Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LastStore

377     std::pair<CharUnits, CharUnits> LastStore = Stores.pop_back_val();
378 CharUnits LastStoreOffset = LastStore.first;
379 CharUnits LastStoreSize = LastStore.second;