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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.cpp 64 // SetIntBinOp - Abstract base class for (Op S, N) operators.
65 struct SetIntBinOp : public SetTheory::Operator {
83 struct ShlOp : public SetIntBinOp {
95 struct TruncOp : public SetIntBinOp {
108 struct RotOp : public SetIntBinOp {
131 struct DecimateOp : public SetIntBinOp {
  /external/llvm/lib/TableGen/
SetTheory.cpp 68 // SetIntBinOp - Abstract base class for (Op S, N) operators.
69 struct SetIntBinOp : public SetTheory::Operator {
89 struct ShlOp : public SetIntBinOp {
101 struct TruncOp : public SetIntBinOp {
114 struct RotOp : public SetIntBinOp {
136 struct DecimateOp : public SetIntBinOp {

Completed in 64 milliseconds