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