Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UDIV

999   case Instruction::UDiv:
1000 return SelectBinaryOp(I, ISD::UDIV);
1175 } else if (Opcode == ISD::UDIV && isPowerOf2_64(Imm)) {