OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhsSext
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
559
int64_t
rhsSext
= SignExtend64(RHS.VAL, BitWidth);
560
return lhsSext <
rhsSext
;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp
566
int64_t
rhsSext
= (int64_t(RHS.VAL) << (64-BitWidth)) >> (64-BitWidth);
567
return lhsSext <
rhsSext
;
[
all
...]
Completed in 1890 milliseconds