Home
last modified time | relevance | path

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

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