Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:OutTy

348     llvm::Type *OutTy = NULL;
351 OutTy = Args->getType();
352 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
391 // values and only cast at the very end to OutTy. This is because the step
395 // type 'OutTy' in cases where the element type of the allocation allows.
400 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
484 llvm::Type *OutTy = NULL;
491 OutTy = Args->getType();
494 OutTy = OutBaseTy->getPointerTo();
497 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
544 // values and only cast at the very end to OutTy. This is because the step
548 // type 'OutTy' in cases where the element type of the allocation allows.
553 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);