Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp716 llvm::Type *OutBaseTy = Function->getReturnType(); in ExpandKernel() local
718 if (OutBaseTy->isVoidTy()) { in ExpandKernel()
726 OutTy = OutBaseTy->getPointerTo(); in ExpandKernel()