Searched defs:indexValid (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DerivedTypes.h | 350 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } indexValid() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 618 bool StructType::indexValid(const Value *V) const { indexValid() function in StructType |