Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:InTy

719         llvm::Type *InTy = InTypes[Index];
720 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType());
723 InPtr = Builder.CreatePointerCast(InPtr, InTy);
800 llvm::Type *InTy = nullptr;
807 InTy = (FunctionArgIter++)->getType();
808 InStep = getStepValue(&DL, InTy, InStepArg);
871 InPtr = Builder.CreatePointerCast(InPtr, InTy);