Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp146 Value *mapValue(const Value *V);
151 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
338 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
383 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
439 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
453 auto Mapped = mapValue(V); in mapValue()
899 Value *V = mapValue(Op); in remapInstruction()
983 Op = mapValue(Op); in remapFunction()
1138 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
1139 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h173 Value *mapValue(const Value &V);
212 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1484 Mapper.mapValue(*GV); in run()
1524 Value *NewValue = Mapper.mapValue(GV); in run()