Searched refs:getHigh (Results 1 – 4 of 4) sorted by relevance
97 public long getHigh() { in getHigh() method in Uint128160 result = result && (getHigh() in equals()161 == other.getHigh()); in equals()177 getHigh()); in hashCode()383 if (other.getHigh() != 0L) { in mergeFrom()384 setHigh(other.getHigh()); in mergeFrom()420 public long getHigh() { in getHigh() method in Uint128.Builder
13 long getHigh(); in getHigh() method
51 uint64_t getHigh() const { return High; } in getHigh() function
6967 lowerCmpRange(Comparison, Case.getLow(), Case.getHigh());7035 Constant *Value = Ctx->getConstantInt32(Case.getHigh());7040 lowerCmpRange(Comparison, Case.getLow(), Case.getHigh());7063 if (CaseClusters.back().getHigh() > UINT32_MAX) {