Searched defs:MapValue (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h10 // This file defines the MapValue interface which is used by various parts of
69 Value *MapValue(const Value *V, ValueToValueMapTy &VM,
79 /// MapValue - provide versions that preserve type safety for MDNode and
81 inline MDNode *MapValue(const MDNode *V, ValueToValueMapTy &VM, function in namespace:llvm
85 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper,
88 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM, function in namespace:llvm
92 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp10 // This file defines the MapValue function, which is shared by various parts of
27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags, function in class:llvm
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(P
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_mapper.cc20 scoped_ptr<base::Value> Mapper::MapValue(const OncValueSignature& signature, function in class:chromeos::onc::Mapper
101 return MapValue(*field_signature->value_signature, onc_value, error);
139 return MapValue(signature, onc_value, error);
H A Donc_validator.cc60 MapValue(*object_signature, onc_object, &error);
79 scoped_ptr<base::Value> Validator::MapValue(const OncValueSignature& signature, function in class:chromeos::onc::Validator
92 Mapper::MapValue(signature, onc_value, error);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3633 Unique<Map> MapValue() const { function in class:v8::FINAL::FINAL

Completed in 1406 milliseconds