Home
last modified time | relevance | path

Searched refs:MapStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp484 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