reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1105 bool hasIndices() const;
1534 if (CE->hasIndices()) {
lib/IR/ConstantsContext.h483 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()), 491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()), 517 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))