Lines Matching refs:sdiv
1061 /// SimplifyDiv - Given operands for an SDiv or UDiv, see if we can
1072 bool isSigned = Opcode == Instruction::SDiv;
1133 /// SimplifySDivInst - Given operands for an SDiv, see if we can
1137 if (Value *V = SimplifyDiv(Instruction::SDiv, Op0, Op1, Q, MaxRecurse))
1989 // 'sdiv x, CI2' produces [INT_MIN / CI2, INT_MAX / CI2].
1994 Lower = IntMin.sdiv(Val);
1995 Upper = IntMax.sdiv(Val) + 1;
2324 case Instruction::SDiv:
2871 case Instruction::SDiv: return SimplifySDivInst(LHS, RHS, Q, MaxRecurse);
3058 case Instruction::SDiv: