Home | History | Annotate | Download | only in VMCore

Lines Matching refs:udiv

894     case Instruction::UDiv:
897 if (Opcode == Instruction::UDiv || Opcode == Instruction::SDiv)
945 case Instruction::UDiv:
1046 case Instruction::UDiv:
1048 return ConstantInt::get(CI1->getContext(), C1V.udiv(C2V));
1094 case Instruction::UDiv:
1179 case Instruction::UDiv: