Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:OutTy

282     llvm::Type *OutTy = NULL;
285 OutTy = Args->getType();
286 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
287 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
290 Builder.CreateStructGEP(Arg_p, 1)), OutTy), AOut);
367 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);
490 llvm::Type *OutTy = NULL;
497 OutTy = Args->getType();
500 OutTy = OutBaseTy->getPointerTo();
503 AOut = Builder.CreateAlloca(OutTy, 0, "AOut");
504 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
507 Builder.CreateStructGEP(Arg_p, 1)), OutTy), AOut);
594 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);