Searched refs:mapValue (Results 1 – 4 of 4) sorted by relevance
146 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 Mapper384 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()408 } else if (Value *LV = mapValue(VAM->getValue())) { in mapValue()445 auto *Val = mapValue(E->getGlobalValue()); in mapValue()459 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()465 auto Mapped = mapValue(V); in mapValue()559 auto *NewAddr = mapValue(V.getAddress()); in remapDbgRecord()572 NewVals.push_back(mapValue(Val)); in remapDbgRecord()[all …]
179 Value *mapValue(const Value &V);222 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
1621 Mapper.mapValue(*GV); in run()1667 Value *NewValue = Mapper.mapValue(GV); in run()
641 auto *NewOp = dyn_cast_or_null<Constant>(InternalMapper.mapValue(*Op)); in materializeBufferFatPtrConst()