Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp772 llvm::Type *InType = ArgIter->getType(); in ExpandKernel() local
784 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandKernel()
794 InType = InType->getPointerTo(); in ExpandKernel()
798 llvm::Value *InStep = getStepValue(&DL, InType, InStepArg); in ExpandKernel()
806 InType, "casted_in"); in ExpandKernel()
813 InTypes.push_back(InType); in ExpandKernel()