Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp39 TypeIntInst *UInt32Ty = m->getUnsignedIntType(32); in AddGAMetadata()
153 TypeIntInst *UInt32Ty = getModule()->getUnsignedIntType(32); in transform()
DBuiltin.cpp166 auto cast = b->MakeBitcast(m->getUnsignedIntType(32), in BuiltinLookupTable()
179 m->getVectorType(m->getUnsignedIntType(8), 4), packed); in BuiltinLookupTable()
DWrapper.cpp98 TypeIntInst *UIntTy = m->getUnsignedIntType(32); in AddWrapper()
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp80 auto UIntTy = m->getUnsignedIntType(32); in TEST()
Dmodule.h155 TypeIntInst *getUnsignedIntType(int bits);
Dmodule.cpp287 TypeIntInst *Module::getUnsignedIntType(int bits) { in getUnsignedIntType() function in android::spirit::Module