Home | History | Annotate | Download | only in InstCombine

Lines Matching full:gep2

1292   GEPOperator *GEP1 = 0, *GEP2 = 0;
1305 GEP2 = RHSGEP;
1321 GEP2 = LHSGEP;
1328 // Avoid duplicating the arithmetic if GEP2 has non-constant indices and
1331 (GEP2 != 0 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse()))
1339 if (GEP2) {
1340 Value *Offset = EmitGEPOffset(GEP2);