Searched defs:ugt (Results 1 – 2 of 2) sorted by relevance
1162 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function 1154 bool ugt(const APInt &RHS) const { return !ule(RHS); } ugt() function
379 std::optional<bool> KnownBits::ugt(const KnownBits &LHS, const KnownBits &RHS) { ugt() function in KnownBits