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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDerivedTypes.h156 bool indexValid(const Value *V) const;
157 bool indexValid(unsigned Idx) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp651 assert(indexValid(Idx) && "Invalid structure index!");
659 assert(indexValid(Idx) && "Invalid structure index!");
665 bool CompositeType::indexValid(const Value *V) const { function in class:CompositeType
678 bool CompositeType::indexValid(unsigned Idx) const { function in class:CompositeType
H A DInstructions.cpp1365 if (!CT->indexValid(Index)) return 0;
1699 // We can't use CompositeType::indexValid(Index) here.
1700 // indexValid() always returns true for arrays because getelementptr allows

Completed in 127 milliseconds