Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UDiv

362       case llvm::Instruction::UDiv:
388 case llvm::Instruction::UDiv: {
389 Result.IntVal = LHS.IntVal.udiv(RHS.IntVal);