Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SRL

957     return SelectBinaryOp(I, ISD::SRL);
1115 // div x, 8 -> srl x, 3
1116 Opcode = ISD::SRL;
1122 if ((Opcode == ISD::SHL || Opcode == ISD::SRA || Opcode == ISD::SRL) &&