Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h335 bool indexValid(const Value *V) const;
336 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp605 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
609 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType
H A DInstructions.cpp1755 if (!Struct->indexValid(Idx)) in getTypeAtIndex()