Lines Matching defs:Div
2704 BinaryOperator *Div,
2707 Value *X = Div->getOperand(0);
2708 Value *Y = Div->getOperand(1);
2709 Type *Ty = Div->getType();
2710 bool DivIsSigned = Div->getOpcode() == Instruction::SDiv;
2720 if (Cmp.isEquality() && Div->hasOneUse() && C.isSignBitSet() &&
2769 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2;
2810 if (Div->isExact())
4670 Instruction *Div;
4676 m_Instruction(Div)),
4700 m_Instruction(Div))))) {
4713 Div->getOpcode() == Instruction::UDiv