Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp145 Value *mapValue(const Value *V);
150 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
340 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
384 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
420 auto Mapped = mapValue(V); in mapValue()
873 Value *V = mapValue(Op); in remapInstruction()
942 Op = mapValue(Op); in remapFunction()
989 NewV = cast_or_null<Constant>(mapValue(V)); in mapAppendingVariable()
1097 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
1098 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h172 Value *mapValue(const Value &V);
210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp1369 Mapper.mapValue(*GV); in run()