Searched refs:InTy (Results 1 – 1 of 1) sorted by relevance
742 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody() local743 uint64_t InStep = DL.getTypeAllocSize(InTy->getPointerElementType()); in ExpandInputsBody()746 InPtr = Builder.CreatePointerCast(InPtr, InTy); in ExpandInputsBody()823 llvm::Type *InTy = nullptr; in ExpandOldStyleForEach() local830 InTy = (FunctionArgIter++)->getType(); in ExpandOldStyleForEach()831 InStep = getStepValue(&DL, InTy, InStepArg); in ExpandOldStyleForEach()894 InPtr = Builder.CreatePointerCast(InPtr, InTy); in ExpandOldStyleForEach()