Searched refs:InTy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp719 llvm::Type *InTy = InTypes[Index]; local
720 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType());
723 InPtr = Builder.CreatePointerCast(InPtr, InTy);
800 llvm::Type *InTy = nullptr; local
807 InTy = (FunctionArgIter++)->getType();
808 InStep = getStepValue(&DL, InTy, InStepArg);
871 InPtr = Builder.CreatePointerCast(InPtr, InTy);

Completed in 153 milliseconds