Searched defs:ugt (Results 1 – 1 of 1) sorted by relevance
1080 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function1088 bool ugt(uint64_t RHS) const { return ugt(APInt(getBitWidth(), RHS)); } in ugt() function