Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SDIV

412     // Transform "sdiv exact X, 8" -> "sra X, 3".
413 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) &&
1110 case Instruction::SDiv:
1111 return SelectBinaryOp(I, ISD::SDIV);