Home
last modified time | relevance | path

Searched defs:indexValid (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h338 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp569 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType