Searched refs:RotOp (Results 1 – 3 of 3) sorted by relevance
108 struct RotOp : public SetIntBinOp { struct111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function207 addOperator("rotl", new RotOp(false)); in SetTheory()208 addOperator("rotr", new RotOp(true)); in SetTheory()
125 struct RotOp : public SetIntBinOp { struct128 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument264 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()265 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()
114 struct RotOp : public SetIntBinOp { struct117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument253 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()254 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()