Home
last modified time | relevance | path

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

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