Lines Matching defs:IsDiv
251 bool IsDiv, bool IsSigned) const;
255 bool IsDiv, bool IsSigned) const;
1216 Value *Den, bool IsDiv,
1224 return expandDivRem24Impl(Builder, I, Num, Den, DivBits, IsDiv, IsSigned);
1229 unsigned DivBits, bool IsDiv, bool IsSigned) const {
1302 if (!IsDiv) {
1386 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv;
1403 if (Value *Res = expandDivRem24(Builder, I, X, Y, IsDiv, IsSigned)) {
1416 Sign = IsDiv ? Builder.CreateXor(SignX, SignY) : SignX;
1475 if (IsDiv)
1482 if (IsDiv)
1505 bool IsDiv = Opc == Instruction::SDiv || Opc == Instruction::UDiv;
1515 IsDiv, IsSigned);