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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp742 llvm::Type *InTy = InTypes[Index]; local
743 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType());
746 InPtr = Builder.CreatePointerCast(InPtr, InTy);
823 llvm::Type *InTy = nullptr; local
830 InTy = (FunctionArgIter++)->getType();
831 InStep = getStepValue(&DL, InTy, InStepArg);
894 InPtr = Builder.CreatePointerCast(InPtr, InTy);

Completed in 986 milliseconds