Searched defs:uge (Results 1 – 9 of 9) sorted by relevance
206 bool uge(uint64_t Num) const { in uge() function
242 bool uge(uint64_t Num) const { in uge() function
231 bool uge(uint64_t Num) const { in uge() function
1286 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1294 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
991 bool uge(const APInt& RHS) const { in uge() function999 bool uge(uint64_t RHS) const { in uge() function
1119 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1127 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
1143 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1151 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
1043 uge = Ugreater_equal, enumerator
1077 uge = Ugreater_equal, enumerator