Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp146 Value *mapValue(const Value *V);
152 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
339 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
445 auto *Val = mapValue(E->getGlobalValue()); in mapValue()
465 auto Mapped = mapValue(V); in mapValue()
550 auto *NewAddr = mapValue(V.getAddress()); in remapDPValue()
562 NewVals.push_back(mapValue(Val)); in remapDPValue()
963 Value *V = mapValue(Op); in remapInstruction()
1048 Op = mapValue(Op); in remapFunction()
1206 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h178 Value *mapValue(const Value &V);
221 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1619 Mapper.mapValue(*GV); in run()
1665 Value *NewValue = Mapper.mapValue(GV); in run()