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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp840 llvm::Type *OutTy = nullptr; local
843 OutTy = (FunctionArgIter++)->getType();
844 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
878 // values and only cast at the very end to OutTy. This is because the step
882 // type 'OutTy' in cases where the element type of the allocation allows.
887 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
981 llvm::Type *OutTy = nullptr; local
992 OutTy = ArgIter->getType();
998 OutTy = OutBaseTy->getPointerTo();
1009 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_ou
[all...]

Completed in 66 milliseconds