Home
last modified time | relevance | path

Searched refs:DecimateOp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp131 struct DecimateOp : public SetIntBinOp { struct
209 addOperator("decimate", new DecimateOp); in SetTheory()
/external/llvm/lib/TableGen/
DSetTheory.cpp136 struct DecimateOp : public SetIntBinOp { struct
255 addOperator("decimate", llvm::make_unique<DecimateOp>()); in SetTheory()