Lines Matching refs:mapValue
145 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()
492 Function *F = cast<Function>(mapValue(BA.getFunction())); in mapBlockAddress()
502 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
813 return wrapConstantAsMetadata(*CMD, mapValue(CMD->getValue())); in mapSimpleMetadata()
865 BasicBlock *BB = cast_or_null<BasicBlock>(mapValue(DBB.OldBB)); in flush()
873 Value *V = mapValue(Op); in remapInstruction()
885 Value *V = mapValue(PN->getIncomingBlock(i)); in remapInstruction()
942 Op = mapValue(Op); in remapFunction()
984 auto *E1 = cast<Constant>(mapValue(S->getOperand(0))); in mapAppendingVariable()
985 auto *E2 = cast<Constant>(mapValue(S->getOperand(1))); in mapAppendingVariable()
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()
1102 return cast_or_null<Constant>(mapValue(C)); in mapConstant()