Searched defs:ValueRotInfo (Results 1 – 1 of 1) sorted by relevance
828 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector829 SDValue V;830 unsigned RLAmt;831 unsigned NumGroups;832 unsigned FirstGroupStartIdx;833 bool Repl32;835 ValueRotInfo() in ValueRotInfo() argument841 bool operator < (const ValueRotInfo &Other) const { in operator <()