Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:sdiv

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