Home
last modified time | relevance | path

Searched refs:isSpecialOpaqueType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h101 bool isSpecialOpaqueType(const Type *Ty);
H A DSPIRVGlobalRegistry.cpp754 assert(isSpecialOpaqueType(Ty) && "Not a special opaque builtin type"); in getOrCreateSpecialType()
842 if (isSpecialOpaqueType(Ty)) in createSPIRVType()
934 !isSpecialOpaqueType(Ty)) { in restOfCreateSPIRVType()
978 if (Reg.isValid() && !isSpecialOpaqueType(Ty)) in getOrCreateSPIRVType()
H A DSPIRVUtils.cpp383 bool isSpecialOpaqueType(const Type *Ty) { in isSpecialOpaqueType() function