Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp888 struct ValueRotInfo { struct in __anon7bd595e20411::BitPermutationSelector
889 SDValue V;
890 unsigned RLAmt;
891 unsigned NumGroups;
892 unsigned FirstGroupStartIdx;
893 bool Repl32;
895 ValueRotInfo() in ValueRotInfo() argument
901 bool operator < (const ValueRotInfo &Other) const { in operator <()