Home
last modified time | relevance | path

Searched defs:ShlOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
DSetTheory.cpp89 struct ShlOp : public SetIntBinOp { struct
90 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
100 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/llvm-project/llvm/lib/TableGen/
DSetTheory.cpp99 struct ShlOp : public SetIntBinOp { struct
100 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2060 unsigned ShlOp, AddOp, Op; in Select() local