Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp828 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector
829 SDValue V;
830 unsigned RLAmt;
831 unsigned NumGroups;
832 unsigned FirstGroupStartIdx;
833 bool Repl32;
835 ValueRotInfo() in ValueRotInfo() argument
841 bool operator < (const ValueRotInfo &Other) const { in operator <()