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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp396 llvm::Type *OutTy = NULL; local
399 OutTy = (FunctionArgIter++)->getType();
400 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
437 // values and only cast at the very end to OutTy. This is because the step
441 // type 'OutTy' in cases where the element type of the allocation allows.
446 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
547 llvm::Type *OutTy = NULL; local
558 OutTy = ArgIter->getType();
564 OutTy = OutBaseTy->getPointerTo();
567 OutStep = getStepValue(&DL, OutTy, Arg_outste
[all...]

Completed in 945 milliseconds