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

Declarations

include/llvm/IR/Constants.h
 1105   bool hasIndices() const;

References

lib/IR/AsmWriter.cpp
 1534     if (CE->hasIndices()) {
lib/IR/ConstantsContext.h
  483         Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
  491         Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
  517     if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))