Searched refs:getVM (Results 1 – 1 of 1) sorted by relevance
177 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anon77de1e3b0111::Mapper339 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()342 if (I != getVM().end()) { in mapValue()350 getVM()[V] = NewV; in mapValue()360 return getVM()[V] = const_cast<Value *>(V); in mapValue()375 return getVM()[V] = const_cast<Value *>(V); in mapValue()420 return getVM()[V] = const_cast<Value *>(V); in mapValue()425 return getVM()[V] = const_cast<Value *>(V); in mapValue()426 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()442 return getVM()[E] = DSOLocalEquivalent::get(GV); in mapValue()[all …]