Lines Matching refs:IV
432 llvm::Value *Cond, *IVNext, *IV, *IVVar; in createLoop() local
464 IV = Builder.CreateLoad(IVVar, "X"); in createLoop()
465 IVNext = Builder.CreateNUWAdd(IV, Builder.getInt32(1)); in createLoop()
473 *LoopIV = IV; in createLoop()
859 llvm::Value *IV; in ExpandOldStyleForEach() local
860 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandOldStyleForEach()
863 … const int CalleeArgsContextIdx = ExpandSpecialArguments(Signature, IV, Arg_p, Builder, CalleeArgs, in ExpandOldStyleForEach()
884 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach()
891 llvm::Value *InOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach()
1029 llvm::Value *IV; in ExpandForEach() local
1030 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandForEach()
1034 ExpandSpecialArguments(Signature, IV, Arg_p, Builder, CalleeArgs, in ExpandForEach()
1058 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandForEach()
1081 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach()