Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Numerator

1986       // Calculate the incoming numerator bits.
1989 // Add floor(log(C)) bits to the numerator bits.
2006 // Calculate the incoming numerator bits. SRem by a positive constant
2015 // 1. the numerator is positive. The result range is [0,C) and [0,C) u<
2018 // 2. the numerator is negative. Then the result range is (-C,0] and
3090 const APInt *Numerator, *Denominator;
3100 // long we know that the numerator is not INT_MIN.
3101 if (match(Inst->getOperand(0), m_APInt(Numerator)))
3102 return !Numerator->isMinSignedValue();
3103 // The numerator *might* be MinSignedValue.