Searched defs:ugt (Results 1 – 3 of 3) sorted by relevance
135 ugt, enumerator
1162 bool ugt(const APInt &RHS) const { return !ule(RHS); } ugt() function 1170 bool ugt(uint64_t RHS) const { ugt() function
502 std::optional<bool> KnownBits::ugt(const KnownBits &LHS, const KnownBits &RHS) { in ugt() function in KnownBits