Searched refs:mapValue (Results 1 – 3 of 3) sorted by relevance
146 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 Mapper383 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 ValueMapper1139 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()[all …]
173 Value *mapValue(const Value &V);212 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
1484 Mapper.mapValue(*GV); in run()1524 Value *NewValue = Mapper.mapValue(GV); in run()