Home
last modified time | relevance | path

Searched refs:hasBuiltinTypePrefix (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp376 bool hasBuiltinTypePrefix(StringRef Name) { in hasBuiltinTypePrefix() function
385 return hasBuiltinTypePrefix(EType->getName()); in isSpecialOpaqueType()
H A DSPIRVUtils.h98 bool hasBuiltinTypePrefix(StringRef Name);
H A DSPIRVGlobalRegistry.cpp1233 if (hasBuiltinTypePrefix(TypeStr)) in getOrCreateSPIRVTypeByName()
H A DSPIRVBuiltins.cpp2594 if (hasBuiltinTypePrefix(TypeStr)) { in parseBuiltinCallArgumentBaseType()