Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h376 LLVM_ABI bool indexValid(const Value *V) const;
377 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp723 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
727 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType
H A DInstructions.cpp1545 if (!Struct->indexValid(Idx)) in getTypeAtIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22480 {"_ZNK4llvm10StructType10indexValidEPKNS_5ValueE", "llvm::StructType::indexValid(llvm::Value const*…
22481 {"_ZNK4llvm10StructType10indexValidEj", "llvm::StructType::indexValid(unsigned int) const"},
22548 {"_ZNK4llvm14SequentialType10indexValidEPKNS_5ValueE", "llvm::SequentialType::indexValid(llvm::Valu…
22578 {"_ZNK4llvm14SequentialType10indexValidEj", "llvm::SequentialType::indexValid(unsigned int) const"},