Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h68 DenseMap<const Function *, TypedPointerType *> FunResPointerTypes; variable
151 FunResPointerTypes[ArgF] = DerivedTy; in addReturnType()
155 auto It = FunResPointerTypes.find(ArgF); in findReturnType()
156 return It == FunResPointerTypes.end() ? nullptr : It->second; in findReturnType()