Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1110 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1102 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } slt() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp419 std::optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { slt() function in KnownBits
/freebsd-src/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2253 u32 slt; in mlx4_master_comm_channel() local