Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:arrayDepth

1602   unsigned arrayDepth = 0;
1606 arrayDepth++;
1610 if (arrayDepth) {
1613 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero);