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

Declarations

include/llvm/IR/Instructions.h
 1081   bool hasAllConstantIndices() const;

References

lib/Analysis/InstructionSimplify.cpp
 3434           GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() &&
lib/Analysis/TypeMetadataUtils.cpp
   62       if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) {
lib/Transforms/IPO/GlobalOpt.cpp
  175       if (!GEP->hasAllConstantIndices())
lib/Transforms/InstCombine/InstCombinePHI.cpp
  404          !GEP->hasAllConstantIndices()))
  525       if (AI->isStaticAlloca() && GEP->hasAllConstantIndices())
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1978       if (!GEP->hasAllConstantIndices())
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  937   if (GEP->hasAllConstantIndices())