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 = 0;
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 30 // If a node is not processed, then none of its values should be mapped by any
33 // If a node is processed, then each value with an illegal type must be mapped
35 // Values with a legal type may be mapped by ReplacedValues, but not by any of
51 // node that morphs, or it is a processed value that was mapped to some other
61 // If a value is mapped by ReplacedValues, then it must have no uses, except
84 unsigned Mapped = 0;
86 Mapped |= 1;
106 Mapped |= 2;
108 Mapped |= 4;
110 Mapped |= 8
    [all...]

Completed in 58 milliseconds