Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h235 bool uge(uint64_t Num) const { return Val.uge(Num); } in uge() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp357 Optional<bool> KnownBits::uge(const KnownBits &LHS, const KnownBits &RHS) { in uge() function in KnownBits
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dint128.d681 bool uge(Cent c1, Cent c2) in uge() function