Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp383 bool has(Value *Key) const { return MapStorage.count(Key); } in has()
389 VectorParts &Entry = MapStorage[Key]; in splat()
396 VectorParts &Entry = MapStorage[Key]; in get()
410 std::map<Value *, VectorParts> MapStorage; member