Home
last modified time | relevance | path

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

/llvm-project/llvm/test/MC/Mips/
H A Dmacro-sle.s4 sle $4, $5 label
7 sle $4, $5, $6 label
10 sle $4, $5, 16 label
24 sle $4, 16 label
H A Dmacro-sle64.s6 sle $4, $5, 0x100000000 label
18 sle $4, 0x100000000 label
/llvm-project/llvm/test/MC/M68k/Control/Classes/
H A DMxScc.s50 sle %d0 label
99 sle (0,%a0) label
/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h130 sle, enumerator
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1146 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 Dmain.cpp142 ScopedLongLongEnum sle = A::scoped_ll_enum_val; main() local
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp546 std::optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { in sle() function in KnownBits