Home | History | Annotate | Download | only in lib

Lines Matching defs:IndVar

716   // IndVar - value of loop induction variable (X coordinate) for a given loop iteration
727 llvm::Value *IndVar,
729 llvm::Value *Offset = Builder.CreateSub(IndVar, Arg_x1);
1187 llvm::Value *IndVar;
1188 createLoop(Builder, Arg_x1, Arg_x2, &IndVar);
1192 ExpandSpecialArguments(Signature, IndVar, Arg_p, Builder, CalleeArgs,
1205 IndVar, RootArgs);