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