Searched defs:isDistinct (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DMetadata.h794 /// If \a isTemporary(), this always returns \c false; if \a isDistinct(),
806 bool isDistinct() const { return Storage == Distinct; } function in class:llvm::MDNode
890 /// Mutate this so that \a isDistinct().

Completed in 307 milliseconds