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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h156 /// isMetadataTy - Return true if this is 'metadata'.
157 bool isMetadataTy() const { return ID == MetadataTyID; } function in class:llvm::Type
/external/llvm/include/llvm/IR/
H A DType.h187 bool isMetadataTy() const { return getTypeID() == MetadataTyID; } function in class:llvm::Type
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h189 bool isMetadataTy() const { return getTypeID() == MetadataTyID; } function in class:llvm::Type

Completed in 72 milliseconds