Searched refs:VectorMapStorage (Results 1 – 1 of 1) sorted by relevance
124 std::map<Value *, VectorParts> VectorMapStorage; member133 return VectorMapStorage.count(Key); in hasAnyVectorValue()141 const VectorParts &Entry = VectorMapStorage.find(Key)->second; in hasVectorValue()168 return VectorMapStorage[Key][Part]; in getVectorValue()182 if (!VectorMapStorage.count(Key)) { in setVectorValue()184 VectorMapStorage[Key] = Entry; in setVectorValue()186 VectorMapStorage[Key][Part] = Vector; in setVectorValue()210 VectorMapStorage[Key][Part] = Vector; in resetVectorValue()