OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLimitedValue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
487
uint64_t
getLimitedValue
(uint64_t Limit = UINT64_MAX) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
237
///
getLimitedValue
- If the value is smaller than the specified limit,
242
uint64_t
getLimitedValue
(uint64_t Limit = ~0ULL) const {
243
return Val.
getLimitedValue
(Limit);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
1549
uint64_t
getLimitedValue
(uint64_t Limit = UINT64_MAX) {
1550
return Value->
getLimitedValue
(Limit);
Completed in 17 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026