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