Home
last modified time | relevance | path

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

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