Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h428 const Type *adjustIntTypeByWidth(const Type *Ty) const;
H A DSPIRVGlobalRegistry.cpp982 Ty = adjustIntTypeByWidth(Ty); in findSPIRVType()
1009 const Type *SPIRVGlobalRegistry::adjustIntTypeByWidth(const Type *Ty) const { in adjustIntTypeByWidth() function in SPIRVGlobalRegistry
1172 Reg = find(Ty = adjustIntTypeByWidth(Ty), ExplicitLayoutRequired, MF); in getOrCreateSPIRVType()