Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Numerator

2255       // Calculate the incoming numerator bits.
2258 // Add floor(log(C)) bits to the numerator bits.
2275 // Calculate the incoming numerator bits. SRem by a positive constant
2284 // 1. the numerator is positive. The result range is [0,C) and [0,C) u<
2287 // 2. the numerator is negative. Then the result range is (-C,0] and
3641 const APInt *Numerator, *Denominator;
3651 // long we know that the numerator is not INT_MIN.
3652 if (match(Inst->getOperand(0), m_APInt(Numerator)))
3653 return !Numerator->isMinSignedValue();
3654 // The numerator *might* be MinSignedValue.