HomeSort by relevance Sort by last modified time
    Searched refs:RotOp (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.cpp 108 struct RotOp : public SetIntBinOp {
111 RotOp(bool Rev) : Reverse(Rev) {}
207 addOperator("rotl", new RotOp(false));
208 addOperator("rotr", new RotOp(true));
  /external/llvm/lib/TableGen/
SetTheory.cpp 114 struct RotOp : public SetIntBinOp {
117 RotOp(bool Rev) : Reverse(Rev) {}
253 addOperator("rotl", llvm::make_unique<RotOp>(false));
254 addOperator("rotr", llvm::make_unique<RotOp>(true));

Completed in 536 milliseconds