Home
last modified time | relevance | path

Searched defs:ValueRotInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1569 struct ValueRotInfo { struct in __anon010aa3800711::BitPermutationSelector
1570 SDValue V;
1571 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1572 unsigned NumGroups = 0;
1573 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1574 bool Repl32 = false;
1580 bool operator < (const ValueRotInfo &Other) const { in operator <()