Searched defs:ValueRotInfo (Results 1 – 1 of 1) sorted by relevance
888 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector889 SDValue V;890 unsigned RLAmt;891 unsigned NumGroups;892 unsigned FirstGroupStartIdx;893 bool Repl32;895 ValueRotInfo() in ValueRotInfo() argument901 bool operator < (const ValueRotInfo &Other) const { in operator <()