Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h350 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp618 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType