Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp292 llvm::SmallVector<llvm::Type*, 8> ParamTypes; in buildTypes() local
293 ParamTypes.push_back(RsExpandKernelDriverInfoPfxPtrTy); // const RsExpandKernelDriverInfoPfx *p in buildTypes()
294 ParamTypes.push_back(Int32Ty); // uint32_t x1 in buildTypes()
295 ParamTypes.push_back(Int32Ty); // uint32_t x2 in buildTypes()
296 ParamTypes.push_back(Int32Ty); // uint32_t outstep in buildTypes()
299 llvm::FunctionType::get(llvm::Type::getVoidTy(*Context), ParamTypes, in buildTypes()