OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareSigned
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
262
int
compareSigned
(const APInt &RHS) const LLVM_READONLY;
1224
bool slt(const APInt &RHS) const { return
compareSigned
(RHS) < 0; }
1259
bool sle(const APInt &RHS) const { return
compareSigned
(RHS) <= 0; }
APSInt.h
308
return I1.IsUnsigned ? I1.compare(I2) : I1.
compareSigned
(I2);
/src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp
283
int APInt::
compareSigned
(const APInt& RHS) const {
Completed in 41 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026