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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  764   Type *IndexType = IntegerType::get(V->getContext(),
  765                                      DL.getIndexTypeSizeInBits(V->getType()));
  769     if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) {
  775           GEP->getType() == V->getType()) {
  776         V = GEP->getOperand(0);
  784     if (auto *CI = dyn_cast<IntToPtrInst>(V)) {
  787       V = CI->getOperand(0);
  790     if (auto *CI = dyn_cast<PtrToIntInst>(V)) {
  793       V = CI->getOperand(0);
  798   return {V, Index};