reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 7501   if (!GEP) return getCouldNotCompute();
 7505   GlobalVariable *GV = dyn_cast<GlobalVariable>(GEP->getOperand(0));
 7507       GEP->getNumOperands() < 3 || !isa<Constant>(GEP->getOperand(1)) ||
 7507       GEP->getNumOperands() < 3 || !isa<Constant>(GEP->getOperand(1)) ||
 7508       !cast<Constant>(GEP->getOperand(1))->isNullValue())
 7515   for (unsigned i = 2, e = GEP->getNumOperands(); i != e; ++i)
 7516     if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) {
 7518     } else if (!isa<ConstantInt>(GEP->getOperand(i))) {
 7520       VarIdx = GEP->getOperand(i);