Lines Matching refs:IV
409 llvm::Value *Cond, *IVNext, *IV, *IVVar; in createLoop() local
441 IV = Builder.CreateLoad(IVVar, "X"); in createLoop()
442 IVNext = Builder.CreateNUWAdd(IV, Builder.getInt32(1)); in createLoop()
450 *LoopIV = IV; in createLoop()
836 llvm::Value *IV; in ExpandOldStyleForEach() local
837 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandOldStyleForEach()
840 … const int CalleeArgsContextIdx = ExpandSpecialArguments(Signature, IV, Arg_p, Builder, CalleeArgs, in ExpandOldStyleForEach()
861 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach()
868 llvm::Value *InOffset = Builder.CreateSub(IV, Arg_x1); in ExpandOldStyleForEach()
1006 llvm::Value *IV; in ExpandForEach() local
1007 createLoop(Builder, Arg_x1, Arg_x2, &IV); in ExpandForEach()
1011 ExpandSpecialArguments(Signature, IV, Arg_p, Builder, CalleeArgs, in ExpandForEach()
1035 llvm::Value *OutOffset = Builder.CreateSub(IV, Arg_x1); in ExpandForEach()
1058 InTypes, InBufPtrs, InStructTempSlots, IV, RootArgs); in ExpandForEach()