Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp965 llvm::Type *OutBaseTy = Function->getReturnType(); in ExpandForEach() local
967 if (OutBaseTy->isVoidTy()) { in ExpandForEach()
975 OutTy = OutBaseTy->getPointerTo(); in ExpandForEach()