Searched refs:mapValue (Results 1 – 3 of 3) sorted by relevance
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 Mapper384 if (Value *LV = mapValue(LAM->getValue())) { in mapValue()420 auto Mapped = mapValue(V); in mapValue()873 Value *V = mapValue(Op); in remapInstruction()942 Op = mapValue(Op); in remapFunction()989 NewV = cast_or_null<Constant>(mapValue(V)); in mapAppendingVariable()1097 Value *ValueMapper::mapValue(const Value &V) { in mapValue() function in ValueMapper1098 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()[all …]
172 Value *mapValue(const Value &V);210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
1369 Mapper.mapValue(*GV); in run()