Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp884 struct ValueRotInfo { struct in __anon0e9c87610411::BitPermutationSelector
885 SDValue V;
886 unsigned RLAmt;
887 unsigned NumGroups;
888 unsigned FirstGroupStartIdx;
889 bool Repl32;
891 ValueRotInfo() in ValueRotInfo() function
897 bool operator < (const ValueRotInfo &Other) const { in operator <()