Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp567 llvm::Type *OutTy = nullptr; in ExpandFunction() local
570 OutTy = (FunctionArgIter++)->getType(); in ExpandFunction()
571 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandFunction()
614 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandFunction()
708 llvm::Type *OutTy = nullptr; in ExpandKernel() local
720 OutTy = ArgIter->getType(); in ExpandKernel()
726 OutTy = OutBaseTy->getPointerTo(); in ExpandKernel()
729 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandKernel()
742 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_out"); in ExpandKernel()