Searched refs:ShlOp (Results 1 – 2 of 2) sorted by relevance
83 struct ShlOp : public SetIntBinOp { struct227 addOperator("shl", new ShlOp); in SetTheory()
2016 unsigned ShlOp, Op = 0; in Select() local2036 ShlOp = X86::SHL32ri; in Select()2046 ShlOp = X86::SHL64ri; in Select()2059 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()