Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp123 struct RotOp : public SetIntBinOp { struct
126 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
262 addOperator("rotl", std::make_unique<RotOp>(false)); in SetTheory()
263 addOperator("rotr", std::make_unique<RotOp>(true)); in SetTheory()