Searched refs:indexValid (Results 1 – 3 of 3) sorted by relevance
334 bool indexValid(const Value *V) const;335 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
571 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()575 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType
1724 if (!Struct->indexValid(Idx)) in getTypeAtIndex()