Searched refs:RotOp (Results 1 – 1 of 1) sorted by relevance
114 struct RotOp : public SetIntBinOp { struct117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument253 addOperator("rotl", new RotOp(false)); in SetTheory()254 addOperator("rotr", new RotOp(true)); in SetTheory()