OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uge
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
235
bool
uge
(uint64_t Num) const { return Val.
uge
(Num); }
function in class:llvm::final
/src/external/apache2/llvm/dist/llvm/lib/Support/
KnownBits.cpp
122
if (LHS.getMinValue().
uge
(RHS.getMaxValue()))
124
if (RHS.getMinValue().
uge
(LHS.getMaxValue()))
357
Optional<bool> KnownBits::
uge
(const KnownBits &LHS, const KnownBits &RHS) {
function in class:KnownBits
368
return
uge
(RHS, LHS);
Completed in 96 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026