Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1174 struct ValueRotInfo { struct in __anonb15343eb0411::BitPermutationSelector
1175 SDValue V;
1176 unsigned RLAmt = std::numeric_limits<unsigned>::max();
1177 unsigned NumGroups = 0;
1178 unsigned FirstGroupStartIdx = std::numeric_limits<unsigned>::max();
1179 bool Repl32 = false;
1185 bool operator < (const ValueRotInfo &Other) const { in operator <()