Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:OutTy

817     llvm::Type *OutTy = nullptr;
820 OutTy = (FunctionArgIter++)->getType();
821 OutStep = getStepValue(&DL, OutTy, Arg_outstep);
855 // values and only cast at the very end to OutTy. This is because the step
859 // type 'OutTy' in cases where the element type of the allocation allows.
864 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);
958 llvm::Type *OutTy = nullptr;
969 OutTy = ArgIter->getType();
975 OutTy = OutBaseTy->getPointerTo();
986 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_out");
991 // cast to OutTy and leave CastedOutBasePtr as an int8_t*. The buffer
1043 uint64_t OutStep = DL.getTypeAllocSize(OutTy->getPointerElementType());
1046 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy);