Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1407 struct ValueRotInfo { struct in __anon516d030b0611::BitPermutationSelector
1408 SDValue V;
1409 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1410 unsigned NumGroups = 0;
1411 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1412 bool Repl32 = false;
1418 bool operator < (const ValueRotInfo &Other) const { in operator <()