Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:unpaddedIndex

4029       unsigned unpaddedIndex = 0;
4036 elt = Builder.CreateExtractValue(elt, unpaddedIndex++);
4038 assert(unpaddedIndex == 0);