Searched defs:uge (Results 1 – 4 of 4) sorted by relevance
136 uge, enumerator
249 bool uge(uint64_t Num) const { return Val.uge(Num); } uge() function
1201 bool uge(const APInt &RHS) const { return !ult(RHS); } uge() function 1209 bool uge(uint64_t RHS) const { return !ult(RHS); } uge() function
512 std::optional<bool> KnownBits::uge(const KnownBits &LHS, const KnownBits &RHS) { in uge() function in KnownBits