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

References

lib/Analysis/ConstantFolding.cpp
  833                                    GEP->getInRangeIndex(), DL, TLI))
  987   if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex())
 1036                                           GEP->getInRangeIndex());
lib/Bitcode/Writer/BitcodeWriter.cpp
 2461         if (Optional<unsigned> Idx = GO->getInRangeIndex()) {
lib/IR/AsmWriter.cpp
 1519       InRangeOp = GEP->getInRangeIndex();
lib/IR/ConstantFold.cpp
  550                !cast<GEPOperator>(CE)->getInRangeIndex().hasValue() &&
 2290         Optional<unsigned> IRIndex = cast<GEPOperator>(CE)->getInRangeIndex();
lib/IR/Constants.cpp
 1281         GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy);
lib/Transforms/IPO/GlobalSplit.cpp
   60     if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 ||
   60     if (!GEP || !GEP->getInRangeIndex() || *GEP->getInRangeIndex() != 1 ||