Lines Matching defs:IsDiv
263 bool IsDiv, bool IsSigned) const;
267 bool IsDiv, bool IsSigned) const;
1240 Value *Den, bool IsDiv,
1245 return expandDivRem24Impl(Builder, I, Num, Den, DivBits, IsDiv, IsSigned);
1250 unsigned DivBits, bool IsDiv, bool IsSigned) const {
1322 if (!IsDiv) {
1406 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv;
1423 if (Value *Res = expandDivRem24(Builder, I, X, Y, IsDiv, IsSigned)) {
1436 Sign = IsDiv ? Builder.CreateXor(SignX, SignY) : SignX;
1494 if (IsDiv)
1501 if (IsDiv)
1524 bool IsDiv = Opc == Instruction::SDiv || Opc == Instruction::UDiv;
1534 IsDiv, IsSigned);