Searched defs:RotOp (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 114 struct RotOp : public SetIntBinOp { struct 115 const bool Reverse; 117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function 119 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 124 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 123 struct RotOp : public SetIntBinOp { struct 124 const bool Reverse; 126 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument 128 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
|