Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UDIV

987   case Instruction::UDiv:
988 return SelectBinaryOp(I, ISD::UDIV);
1163 } else if (Opcode == ISD::UDIV && isPowerOf2_64(Imm)) {