Home | History | Annotate | Download | only in IR

Lines Matching refs:UDiv

900     case Instruction::UDiv:
903 if (Opcode == Instruction::UDiv || Opcode == Instruction::SDiv)
951 case Instruction::UDiv:
1052 case Instruction::UDiv:
1054 return ConstantInt::get(CI1->getContext(), C1V.udiv(C2V));
1100 case Instruction::UDiv:
1186 case Instruction::UDiv: