Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp124 struct RotOp : public SetIntBinOp { struct
125 const bool Reverse;
127 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument
129 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()