Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SRA

412     // Transform "sdiv exact X, 8" -> "sra X, 3".
417 ISDOpcode = ISD::SRA;
1002 return SelectBinaryOp(I, ISD::SRA);
1171 if ((Opcode == ISD::SHL || Opcode == ISD::SRA || Opcode == ISD::SRL) &&