Searched refs:OutTy (Results 1 – 1 of 1) sorted by relevance
840 llvm::Type *OutTy = nullptr; in ExpandOldStyleForEach() local843 OutTy = (FunctionArgIter++)->getType(); in ExpandOldStyleForEach()844 OutStep = getStepValue(&DL, OutTy, Arg_outstep); in ExpandOldStyleForEach()887 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandOldStyleForEach()981 llvm::Type *OutTy = nullptr; in ExpandForEach() local992 OutTy = ArgIter->getType(); in ExpandForEach()998 OutTy = OutBaseTy->getPointerTo(); in ExpandForEach()1009 CastedOutBasePtr = Builder.CreatePointerCast(OutBasePtr, OutTy, "casted_out"); in ExpandForEach()1066 uint64_t OutStep = DL.getTypeAllocSize(OutTy->getPointerElementType()); in ExpandForEach()1069 OutPtr = Builder.CreatePointerCast(OutPtr, OutTy); in ExpandForEach()