Searched refs:matchDoublePermute (Results 1 – 1 of 1) sorted by relevance
5047 static bool matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function5069 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function5072 if (matchDoublePermute(Bytes, P, Transform)) in matchDoublePermute()5420 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()