Home | History | Annotate | Download | only in ADT

Lines Matching refs:uge

1010   bool uge(const APInt& RHS) const {
1018 bool uge(uint64_t RHS) const {
1019 return uge(APInt(getBitWidth(), RHS));