Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Index

307     assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
420 unsigned Index) {
421 if (Index == ArrayIndexes.size()) {
427 // If we have an array index variable, load it and use it as an offset.
468 = CGF.GetAddrOfLocalVar(ArrayIndexes[Index]);
469 assert(IndexVar && "Array index variable not loaded");
471 // Initialize this index variable to zero.
484 // Generate: if (loop-index < number-of-elements) fall to the loop body,
505 Array->getElementType(), ArrayIndexes, Index + 1);
633 // Create an array index that will be used to walk over all of the
635 ArrayIndexVar = CreateTempAlloca(SizeTy, "object.index");
1480 // Get the secondary vpointer index.