Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:GEP

262     if (GEPOperator *GEP = dyn_cast<GEPOperator>(Op1)) {
263 if (!GEP->hasAllConstantIndices()) break;
267 SmallVector<Value*, 8> Ops(GEP->idx_begin(), GEP->idx_end());
268 Offset = TD->getIndexedOffset(GEP->getPointerOperandType(), Ops);
270 Op1 = GEP->getPointerOperand()->stripPointerCasts();