Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp367 bool has(Value *Key) const { return MapStorage.count(Key); } in has()
373 VectorParts &Entry = MapStorage[Key]; in splat()
380 VectorParts &Entry = MapStorage[Key]; in get()
394 std::map<Value *, VectorParts> MapStorage; member