Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp343 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()
425 return getVM()[V] = const_cast<Value *>(V); in mapValue()
430 return getVM()[V] = const_cast<Value *>(V); in mapValue()
460 return getVM()[NC] = NoCFIValue::get(GV); in mapValue()
492 return getVM()[V] = C; in mapValue()
528 return getVM()[V] = UndefValue::get(NewTy); in mapValue()
553 getVM().MD()[Key].reset(Val); in mapToMetadata()
[all …]