Searched defs:OutTy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp817 llvm::Type *OutTy = nullptr; local
820 OutTy = (FunctionArgIter++)->getType();
821 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
855 // values and only cast at the very end to OutTy. This is because the step
859 // type 'OutTy' in cases where the element type of the allocation allows.
864 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
958 llvm::Type *OutTy = nullptr; local
969 OutTy = ArgIter->getType();
975 OutTy = OutBaseTy->getPointerTo();
986 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_ou
[all...]

Completed in 29 milliseconds