Searched defs:ValueRotInfo (Results 1 – 1 of 1) sorted by relevance
884 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector885 SDValue V;886 unsigned RLAmt;887 unsigned NumGroups;888 unsigned FirstGroupStartIdx;889 bool Repl32;891 ValueRotInfo() in ValueRotInfo() function897 bool operator < (const ValueRotInfo &Other) const { in operator <()