Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSetTheory.cpp113 struct RotOp : public SetIntBinOp { struct
114 const bool Reverse;
116 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
118 void apply2(SetTheory &ST, DagInit *Expr, in apply2()