Searched refs:matchPermute (Results 1 – 1 of 1) sorted by relevance
3418 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute() function3442 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute() function3445 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute()3763 if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1)) in getNode()