Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp841 struct ValueRotInfo { struct in __anond054b1730411::BitPermutationSelector
842 SDValue V;
843 unsigned RLAmt;
844 unsigned NumGroups;
845 unsigned FirstGroupStartIdx;
846 bool Repl32;
848 ValueRotInfo() in ValueRotInfo() function
854 bool operator < (const ValueRotInfo &Other) const { in operator <()