Lines Matching refs:mapValue

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 Mapper
384 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()
550 auto *NewAddr = mapValue(V.getAddress()); in remapDPValue()
562 NewVals.push_back(mapValue(Val)); in remapDPValue()
582 Function *F = cast<Function>(mapValue(BA.getFunction())); in mapBlockAddress()
592 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
892 return wrapConstantAsMetadata(*CMD, mapValue(CMD->getValue())); in mapSimpleMetadata()
955 BasicBlock *BB = cast_or_null<BasicBlock>(mapValue(DBB.OldBB)); in flush()
963 Value *V = mapValue(Op); in remapInstruction()
975 Value *V = mapValue(PN->getIncomingBlock(i)); in remapInstruction()
1048 Op = mapValue(Op); in remapFunction()
1090 auto *E1 = cast<Constant>(mapValue(S->getOperand(0))); in mapAppendingVariable()
1091 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); in mapAppendingVariable()
1095 NewV = cast_or_null<Constant>(mapValue(V)); in mapAppendingVariable()
1205 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
1206 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1210 return cast_or_null<Constant>(mapValue(C)); in mapConstant()