Searched defs:uge (Results 1 – 3 of 3) sorted by relevance
240 bool uge(uint64_t Num) const { return Val.uge(Num); } uge() function
1201 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function 1193 bool uge(const APInt &RHS) const { return !ult(RHS); } uge() function
389 std::optional<bool> KnownBits::uge(const KnownBits &LHS, const KnownBits &RHS) { uge() function in KnownBits