Searched defs:RotOp (Results 1 – 1 of 1) sorted by relevance
114 struct RotOp : public SetIntBinOp { struct115 const bool Reverse;117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function119 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()