HomeSort by: relevance | last modified time | path
    Searched refs:mapValue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp 9 // This file defines the MapValue function, which is shared by various parts of
146 Value *mapValue(const Value *V);
151 return cast_or_null<Constant>(mapValue(C));
338 Value *Mapper::mapValue(const Value *V) {
383 if (Value *LV = mapValue(LAM->getValue())) {
400 // be mapped via mapValue (apart from constants when we have no
404 } else if (Value *LV = mapValue(VAM->getValue())) {
439 auto *Val = mapValue(E->getGlobalValue());
453 auto Mapped = mapValue(V);
525 Function *F = cast<Function>(mapValue(BA.getFunction()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 9 // This file defines the MapValue interface which is used by various parts of
79 /// There are no such assertions in MapValue(), whose results are almost
86 /// values are unmapped when this flag is set. Otherwise, \a MapValue()
114 /// - \a mapValue() (and \a mapConstant());
141 /// TODO: Update callers of \a RemapInstruction() and \a MapValue() (etc.) to
173 Value *mapValue(const Value &V);
208 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
212 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
222 /// 3. Else if \c MD is a \a ConstantAsMetadata, call \a MapValue() and
229 /// Instead, use \a MapValue() with its wrapping \a MetadataAsValue instance
    [all...]
  /src/external/mpl/dhcp/dist/keama/
data.h 234 struct map *mapValue(struct element *e);
data.c 429 mapValue(struct element *e)
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1479 Mapper.mapValue(*GV);
1519 Value *NewValue = Mapper.mapValue(GV);

Completed in 19 milliseconds