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

/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp295 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { function in class:android::spirit::Module
296 return getGlobalSection()->getVectorType(componentType, width);
762 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType,
855 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);
874 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);

Completed in 40 milliseconds