Searched defs:ValueRotInfo (Results 1 – 1 of 1) sorted by relevance
841 struct ValueRotInfo { struct in __anond054b1730411::BitPermutationSelector842 SDValue V;843 unsigned RLAmt;844 unsigned NumGroups;845 unsigned FirstGroupStartIdx;846 bool Repl32;848 ValueRotInfo() in ValueRotInfo() function854 bool operator < (const ValueRotInfo &Other) const { in operator <()