Searched refs:VectorMapStorage (Results 1 – 1 of 1) sorted by relevance
121 std::map<Value *, VectorParts> VectorMapStorage; member130 return VectorMapStorage.count(Key); in hasAnyVectorValue()138 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()165 return VectorMapStorage[Key][Part]; in getVectorValue()179 if (!VectorMapStorage.count(Key)) { in setVectorValue()181 VectorMapStorage[Key] = Entry; in setVectorValue()183 VectorMapStorage[Key][Part] = Vector; in setVectorValue()207 VectorMapStorage[Key][Part] = Vector; in resetVectorValue()