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