Home
last modified time | relevance | path

Searched defs:ule (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1061 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); } in ule() function
1069 bool ule(uint64_t RHS) const { return ule(APInt(getBitWidth(), RHS)); } in ule() function