HomeSort by relevance Sort by last modified time
    Searched defs:Mapped (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 129 Value *Mapped = nullptr;
132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer);
133 if (Mapped != C) break;
153 // If one of the operands mismatch, push it and the other mapped operands.
155 Ops.push_back(cast<Constant>(Mapped));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 32 // If a node is not processed, then none of its values should be mapped by any
35 // If a node is processed, then each value with an illegal type must be mapped
37 // Values with a legal type may be mapped by ReplacedValues, but not by any of
53 // node that morphs, or it is a processed value that was mapped to some other
63 // If a value is mapped by ReplacedValues, then it must have no uses, except
86 unsigned Mapped = 0;
88 Mapped |= 1;
108 Mapped |= 2;
110 Mapped |= 4;
112 Mapped |= 8
    [all...]

Completed in 337 milliseconds