Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:GEP2

1220   GEPOperator *GEP1 = 0, *GEP2 = 0;
1233 GEP2 = RHSGEP;
1249 GEP2 = LHSGEP;
1256 // Avoid duplicating the arithmetic if GEP2 has non-constant indices and
1259 (GEP2 != 0 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse()))
1267 if (GEP2) {
1268 Value *Offset = EmitGEPOffset(GEP2);