Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1259 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function
1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function
1075 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function