Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h158 bool indexValid(const Value *V) const;
159 bool indexValid(unsigned Idx) const;
/external/llvm/lib/IR/
DType.cpp630 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
639 assert(indexValid(Idx) && "Invalid structure index!"); in getTypeAtIndex()
646 bool CompositeType::indexValid(const Value *V) const { in indexValid() function in CompositeType
663 bool CompositeType::indexValid(unsigned Idx) const { in indexValid() function in CompositeType
DInstructions.cpp1555 if (!CT->indexValid(Index)) return nullptr; in getIndexedTypeInternal()