Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GEPOp

285     const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
286 if (GEPOp == 0) {
301 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
309 if (!GEPOp->hasAllZeroIndices())
311 V = GEPOp->getOperand(0);
316 gep_type_iterator GTI = gep_type_begin(GEPOp);
317 for (User::const_op_iterator I = GEPOp->op_begin()+1,
318 E = GEPOp->op_end(); I != E; ++I) {
385 V = GEPOp->getOperand(0);