Home | History | Annotate | Download | only in Utils

Lines Matching defs:MapValue

10 // This file defines the MapValue function, which is shared by various parts of
26 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue;
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0);
97 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper));
98 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
109 Mapped = MapValue(Op, VM, Flags, TypeMapper);
136 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
164 Value *V = MapValue(*op, VMap, Flags, TypeMapper);
176 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags);
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper);