Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EI

49                                       EI = EB,
51 EI != EE; ++EI) {
52 if (Indices && *Indices == unsigned(EI - EB))
53 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
54 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex);
94 EI = EB,
96 EI != EE; ++EI)
97 ComputeValueVTs(TLI, DL, *EI, ValueVTs, Offsets,
98 StartingOffset + SL->getElementOffset(EI - EB));