Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp3429 const SPIRVType *SpirvResType, SPIRV::StorageClass::StorageClass SC, in buildPointerToResource() argument
3432 const Type *ResType = GR.getTypeForSPIRVType(SpirvResType); in buildPointerToResource()
3436 assert(GR.getPointeeType(PtrType) == SpirvResType && in buildPointerToResource()