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

  /external/llvm/include/llvm/IR/
Metadata.h 90 /// NotUniquedBit - This is set on MDNodes that are not uniqued because they
92 NotUniquedBit = 1 << 1,
173 return (getSubclassDataFromValue() & NotUniquedBit) != 0;
  /external/llvm/lib/IR/
Metadata.cpp 285 NotUniquedBit);
296 assert((N->getSubclassDataFromValue() & NotUniquedBit) &&
297 "Temporary MDNode does not have NotUniquedBit set!");
320 setValueSubclassData(getSubclassDataFromValue() | NotUniquedBit);

Completed in 2560 milliseconds