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

  /src/external/mpl/dhcp/dist/keama/
data.c 429 mapValue(struct element *e)
  /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...]

Completed in 43 milliseconds