reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3122 if (IndexSize < 64 || !GEP) 3126 Value *Ptrs = GEP->getPointerOperand(); 3129 for (unsigned i = 1; i < GEP->getNumOperands(); ++i) { 3130 if (isa<Constant>(GEP->getOperand(i))) 3132 Type *IndxTy = GEP->getOperand(i)->getType(); 3136 !isa<SExtInst>(GEP->getOperand(i))) ||