Home | History | Annotate | Download | only in Utils

Lines Matching refs:MapValue

10 // This file defines the MapValue function, which is shared by various parts of
27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer);
90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer);
120 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
121 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer);
159 Ops.push_back(MapValue(cast<Constant>(C->getOperand(OpNo)), VM,
188 Value *V = MapValue(*op, VMap, Flags, TypeMapper, Materializer);
200 Value *V = MapValue(PN->getIncomingBlock(i), VMap, Flags);
216 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper, Materializer);