Searched refs:getVM (Results 1 – 1 of 1) sorted by relevance
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anoncb3f1d700111::Mapper340 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()343 if (I != getVM().end()) { in mapValue()351 getVM()[V] = NewV; in mapValue()361 return getVM()[V] = const_cast<Value *>(V); in mapValue()376 return getVM()[V] = const_cast<Value *>(V); in mapValue()426 return getVM()[V] = const_cast<Value *>(V); in mapValue()431 return getVM()[V] = const_cast<Value *>(V); in mapValue()432 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()448 return getVM()[E] = DSOLocalEquivalent::get(GV); in mapValue()[all …]