Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1108 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1116 bool slt(int64_t RHS) const { in slt() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp387 std::optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { in slt() function in KnownBits
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dhpread.c50 char *slt; member