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

/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h154 bool indexValid(const Value *V) const;
155 bool indexValid(unsigned Idx) const;
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DType.cpp631 assert(indexValid(Idx) && "Invalid structure index!");
639 assert(indexValid(Idx) && "Invalid structure index!");
645 bool CompositeType::indexValid(const Value *V) const { function in class:CompositeType
662 bool CompositeType::indexValid(unsigned Idx) const { function in class:CompositeType
H A DInstructions.cpp1378 if (!CT->indexValid(Index)) return 0;
1706 // We can't use CompositeType::indexValid(Index) here.
1707 // indexValid() always returns true for arrays because getelementptr allows

Completed in 123 milliseconds