Searched defs:sle (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/test/MC/Mips/ |
H A D | macro-sle.s | 4 sle $4, $5 label 7 sle $4, $5, $6 label 10 sle $4, $5, 16 label 24 sle $4, 16 label
|
H A D | macro-sle64.s | 6 sle $4, $5, 0x100000000 label 18 sle $4, 0x100000000 label
|
/llvm-project/llvm/test/MC/M68k/Control/Classes/ |
H A D | MxScc.s | 50 sle %d0 label 99 sle (0,%a0) label
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 130 sle, enumerator
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1146 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } sle() function 1154 bool sle(uint64_t RHS) const { return !sgt(RHS); } sle() function
|
/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/ |
H A D | main.cpp | 142 ScopedLongLongEnum sle = A::scoped_ll_enum_val; main() local
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 546 std::optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { in sle() function in KnownBits
|