Home
last modified time | relevance | path

Searched refs:RotOp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp125 struct RotOp : public SetIntBinOp { struct
128 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument
264 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()
265 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()