Searched defs:ule (Results 1 – 2 of 2) sorted by relevance
1130 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function 1122 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } ule() function
399 std::optional<bool> KnownBits::ule(const KnownBits &LHS, const KnownBits &RHS) { ule() function in KnownBits