Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DSetTheory.cpp114 struct RotOp : public SetIntBinOp { struct
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
253 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()
254 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()