Lines Matching refs:IsDiv
250 bool IsDiv, bool IsSigned) const;
254 bool IsDiv, bool IsSigned) const;
1214 Value *Den, bool IsDiv, in expandDivRem24() argument
1219 return expandDivRem24Impl(Builder, I, Num, Den, DivBits, IsDiv, IsSigned); in expandDivRem24()
1224 unsigned DivBits, bool IsDiv, bool IsSigned) const { in expandDivRem24Impl() argument
1297 if (!IsDiv) { in expandDivRem24Impl()
1381 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv; in expandDivRem32() local
1398 if (Value *Res = expandDivRem24(Builder, I, X, Y, IsDiv, IsSigned)) { in expandDivRem32()
1411 Sign = IsDiv ? Builder.CreateXor(SignX, SignY) : SignX; in expandDivRem32()
1470 if (IsDiv) in expandDivRem32()
1477 if (IsDiv) in expandDivRem32()
1500 bool IsDiv = Opc == Instruction::SDiv || Opc == Instruction::UDiv; in shrinkDivRem64() local
1510 IsDiv, IsSigned); in shrinkDivRem64()