Lines Matching refs:GEPOp
300 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
301 if (GEPOp == 0) {
316 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
324 if (!GEPOp->hasAllZeroIndices())
326 V = GEPOp->getOperand(0);
331 gep_type_iterator GTI = gep_type_begin(GEPOp);
332 for (User::const_op_iterator I = GEPOp->op_begin()+1,
333 E = GEPOp->op_end(); I != E; ++I) {
400 V = GEPOp->getOperand(0);