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