Home | History | Annotate | Download | only in CodeGen

Lines Matching full:arrayindex

441       llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar);
442 ArrayIndex, "destaddress");
443 llvm::Value *Next = llvm::ConstantInt::get(ArrayIndex->getType(), 1);
444 Next = CGF.Builder.CreateAdd(ArrayIndex, Next, "inc");