Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSetTheory.cpp108 struct RotOp : public SetIntBinOp { struct
111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
229 addOperator("rotl", new RotOp(false)); in SetTheory()
230 addOperator("rotr", new RotOp(true)); in SetTheory()