Searched refs:ShlOp (Results 1 – 2 of 2) sorted by relevance
89 struct ShlOp : public SetIntBinOp { struct251 addOperator("shl", new ShlOp); in SetTheory()
2190 unsigned ShlOp, AddOp, Op; in Select() local2210 ShlOp = X86::SHL32ri; in Select()2222 ShlOp = X86::SHL64ri; in Select()2240 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()