Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp108 struct RotOp : public SetIntBinOp { struct
109 const bool Reverse;
111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
113 void apply2(SetTheory &ST, DagInit *Expr, in apply2()
/external/llvm/lib/TableGen/
DSetTheory.cpp114 struct RotOp : public SetIntBinOp { struct
115 const bool Reverse;
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument
119 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()