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.h67 DenseMap<const Function *, TypedPointerType *> FunResPointerTypes; variable
128 FunResPointerTypes[ArgF] = DerivedTy; in addReturnType()
132 auto It = FunResPointerTypes.find(ArgF); in findReturnType()
133 return It == FunResPointerTypes.end() ? nullptr : It->second; in findReturnType()