Searched refs:otherBits (Results 1 – 4 of 4) sorted by relevance
53 int otherBits = ((CstLiteral32) other).bits; in compareTo0() local55 if (bits < otherBits) { in compareTo0()57 } else if (bits > otherBits) { in compareTo0()
53 long otherBits = ((CstLiteral64) other).bits; in compareTo0() local55 if (bits < otherBits) { in compareTo0()57 } else if (bits > otherBits) { in compareTo0()