Searched defs:getIntType (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp283 TypeIntInst *Module::getIntType(int bits, bool isSigned) { function in class:android::spirit::Module
284 return getGlobalSection()->getIntType(bits, isSigned);
288 return getIntType(bits, false);
706 TypeIntInst *GlobalSection::getIntType(int bits, bool isSigned) {
854 TypeIntInst *UIntTy = getIntType(32, false);
873 TypeIntInst *UIntTy = getIntType(32, false);

Completed in 48 milliseconds