reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/Reassociate.cpp
 1717     return LHS.Power > RHS.Power;
 1717     return LHS.Power > RHS.Power;
 1748   assert(Factors[0].Power);
 1751        Idx < Size && Factors[Idx].Power > 0; ++Idx) {
 1752     if (Factors[Idx].Power != Factors[LastIdx].Power) {
 1752     if (Factors[Idx].Power != Factors[LastIdx].Power) {
 1765     } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power);
 1765     } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power);
 1779                               return LHS.Power == RHS.Power;
 1779                               return LHS.Power == RHS.Power;
 1787     if (Factors[Idx].Power & 1)
 1789     Factors[Idx].Power >>= 1;
 1791   if (Factors[0].Power) {