Searched refs:RotOp (Results 1 – 1 of 1) sorted by relevance
123 struct RotOp : public SetIntBinOp { struct126 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function262 addOperator("rotl", std::make_unique<RotOp>(false)); in SetTheory()263 addOperator("rotr", std::make_unique<RotOp>(true)); in SetTheory()