Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1425 struct ValueRotInfo { struct in __anon80d47ed70611::BitPermutationSelector
1426 SDValue V;
1427 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1428 unsigned NumGroups = 0;
1429 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1430 bool Repl32 = false;
1436 bool operator < (const ValueRotInfo &Other) const { in operator <()