Searched refs:MapStorage (Results 1 – 1 of 1) sorted by relevance
484 bool has(Value *Key) const { return MapStorage.count(Key); } in has()490 VectorParts &Entry = MapStorage[Key]; in splat()497 VectorParts &Entry = MapStorage[Key]; in get()511 std::map<Value *, VectorParts> MapStorage; member