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 95 /// NotUniquedBit - This is set on MDNodes that are not uniqued because they
97 NotUniquedBit = 1 << 1,
181 return (getSubclassDataFromValue() & NotUniquedBit) != 0;
  /external/llvm/lib/IR/
Metadata.cpp 288 NotUniquedBit);
299 assert((N->getSubclassDataFromValue() & NotUniquedBit) &&
300 "Temporary MDNode does not have NotUniquedBit set!");
323 setValueSubclassData(getSubclassDataFromValue() | NotUniquedBit);

Completed in 2520 milliseconds