Searched refs:mapValue (Results 1 – 5 of 5) sorted by relevance
148 Value *mapValue(const Value *V);154 return cast_or_null<Constant>(mapValue(C)); in mapConstant()341 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper386 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()409 } else if (Value *LV = mapValue(VAM->getValue())) { in mapValue()446 auto *Val = mapValue(E->getGlobalValue()); in mapValue()460 auto *Val = mapValue(NC->getGlobalValue()); in mapValue()466 auto Mapped = mapValue(V); in mapValue()563 auto *NewAddr = mapValue(V.getAddress()); in remapDbgRecord()575 NewVals.push_back(mapValue(Val)); in remapDbgRecord()[all …]
44 moduleTranslation.mapValue(cirOp.getResult()) = in convertOperation()
194 LLVM_ABI Value *mapValue(const Value &V);242 .mapValue(*V);
1509 Mapper.mapValue(*GV); in run()1555 Value *NewValue = Mapper.mapValue(GV); in run()
1249 auto *NewOp = dyn_cast_or_null<Constant>(InternalMapper.mapValue(*Op)); in materializeBufferFatPtrConst()