Searched refs:ShlOp (Results 1 – 2 of 2) sorted by relevance
86 struct ShlOp : public SetIntBinOp { struct249 addOperator("shl", new ShlOp); in SetTheory()
2121 unsigned ShlOp, Op; in Select() local2141 ShlOp = X86::SHL32ri; in Select()2152 ShlOp = X86::SHL64ri; in Select()2166 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()