Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h59 static bool isSuffix(const SeqT &A, const SeqT &B) { in isSuffix() function
74 if (I != Seqs.end() && isSuffix(Seq, I->first)) in add()
80 if (I != Seqs.begin() && isSuffix((--I)->first, Seq)) in add()
107 assert(I != Seqs.end() && isSuffix(Seq, I->first) && in get()