Lines Matching refs:mapValue
133 Value *mapValue(const Value *V);
138 return cast_or_null<Constant>(mapValue(C)); in mapConstant()
339 Value *Mapper::mapValue(const Value *V) { in mapValue() function in Mapper
383 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()
419 auto Mapped = mapValue(V); in mapValue()
491 Function *F = cast<Function>(mapValue(BA.getFunction())); in mapBlockAddress()
501 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
798 return wrapConstantAsMetadata(*CMD, mapValue(CMD->getValue())); in mapSimpleMetadata()
849 BasicBlock *BB = cast_or_null<BasicBlock>(mapValue(DBB.OldBB)); in flush()
857 Value *V = mapValue(Op); in remapInstruction()
869 Value *V = mapValue(PN->getIncomingBlock(i)); in remapInstruction()
918 Op = mapValue(Op); in remapFunction()
964 auto *E1 = mapValue(S->getOperand(0)); in mapAppendingVariable()
965 auto *E2 = mapValue(S->getOperand(1)); in mapAppendingVariable()
970 NewV = cast_or_null<Constant>(mapValue(V)); in mapAppendingVariable()
1076 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper
1077 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1081 return cast_or_null<Constant>(mapValue(C)); in mapConstant()