reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2758 for (int Bit = V0.getBitWidth() - 1; Bit >= 0; --Bit) { 2758 for (int Bit = V0.getBitWidth() - 1; Bit >= 0; --Bit) { 2759 if (V0[Bit] == V1[Bit]) 2759 if (V0[Bit] == V1[Bit]) 2761 return Bit;