Searched defs:ule (Results 1 – 5 of 5) sorted by relevance
1122 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function1130 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
1128 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function1136 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
1127 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function1135 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
2136 func (fc flagConstant) ule() bool { func