Searched refs:indexValid (Results 1 – 4 of 4) sorted by relevance
376 LLVM_ABI bool indexValid(const Value *V) const;377 bool indexValid(unsigned Idx) const { return Idx < getNumElements(); } in indexValid() function
723 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()727 bool StructType::indexValid(const Value *V) const { in indexValid() function in StructType
1545 if (!Struct->indexValid(Idx)) in getTypeAtIndex()
22480 {"_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"},