Searched refs:matchPermute (Results 1 – 1 of 1) sorted by relevance
5010 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute() function5034 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute() function5037 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute()5455 else if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1)) in getNode()