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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp282 llvm::Type *OutTy = NULL; local
285 OutTy = Args->getType();
286 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
287 OutStep = getStepValue(&TD, OutTy, Arg_outstep);
290 Builder.CreateStructGEP(Arg_p, 1)), OutTy), AOut);
367 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);
490 llvm::Type *OutTy = NULL; local
497 OutTy = Args->getType();
500 OutTy = OutBaseTy->getPointerTo();
503 AOut = Builder.CreateAlloca(OutTy,
[all...]

Completed in 26 milliseconds