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

/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { function in class:android::spirit::Module
303 return getGlobalSection()->getVectorType(componentType, width);
786 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType,
879 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);
898 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);

Completed in 99 milliseconds