Home
last modified time | relevance | path

Searched refs:indexValid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h349 bool indexValid(const Value *V) const;
350 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp614 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
618 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType
H A DInstructions.cpp1478 if (!Struct->indexValid(Idx)) in getTypeAtIndex()