Lines Matching full:divisor
9207 // Combine multiple FDIVs with the same divisor into multiple FMULs by the
10719 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
10727 !(Divisor.isPowerOf2() || (-Divisor).isPowerOf2()))
10733 bool IsNegPow2 = (-Divisor).isPowerOf2();
10734 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros();