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

References

lib/Analysis/ValueTracking.cpp
 1844   if (const Instruction *I = dyn_cast<Instruction>(GEP))
 1847   if (!GEP->isInBounds() ||
 1848       NullPointerIsDefined(F, GEP->getPointerAddressSpace()))
 1852   assert(GEP->getType()->isPointerTy() && "We only support plain pointer GEP");
 1856   if (isKnownNonZero(GEP->getPointerOperand(), Depth, Q))
 1862   for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
 1862   for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);