Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp508 auto &TypeToSPIRVTypeMap = DT.getTypes()->getAllUses(); in createSPIRVType() local
509 auto t = TypeToSPIRVTypeMap.find(Ty); in createSPIRVType()
510 if (t != TypeToSPIRVTypeMap.end()) { in createSPIRVType()