Searched refs:isUsedByMetadata (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/IR/ | ||
H A D | Value.cpp | 67 if (isUsedByMetadata()) 371 if (isUsedByMetadata()) |
/external/llvm/include/llvm/IR/ | ||
H A D | Value.h | 448 bool isUsedByMetadata() const { return IsUsedByMD; } function |
Completed in 150 milliseconds