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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  857   if (!isa<GetElementPtrInst>(RHS))
  858     RHS = RHS->stripPointerCasts();
  858     RHS = RHS->stripPointerCasts();
  862   if (PtrBase == RHS && GEPLHS->isInBounds() &&
  878       isa<Constant>(RHS) && cast<Constant>(RHS)->isNullValue() &&
  878       isa<Constant>(RHS) && cast<Constant>(RHS)->isNullValue() &&
  880                             RHS->getType()->getPointerAddressSpace())) {
  905                             cast<Constant>(RHS), Base->getType()));
  906   } else if (GEPOperator *GEPRHS = dyn_cast<GEPOperator>(RHS)) {
  959       return transformToIndexedCompare(GEPLHS, RHS, Cond, DL);
 1021   return transformToIndexedCompare(GEPLHS, RHS, Cond, DL);