Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
426 return getVM()[V] = const_cast<Value *>(V); in mapValue()
461 return getVM()[NC] = NoCFIValue::get(GV); in mapValue()
493 return getVM()[V] = C; in mapValue()
529 return getVM()[V] = PoisonValue::get(NewTy); in mapValue()
531 return getVM()[V] = UndefValue::get(NewTy); in mapValue()
599 getVM().MD()[Key].reset(Val); in mapToMetadata()
[all …]