Searched defs:getLimitedValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h385 /// getLimitedValue - If this value is smaller than the specified limit,
388 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const { function in class:llvm::APInt
/external/llvm/include/llvm/
H A DConstants.h214 /// getLimitedValue - If the value is smaller than the specified limit,
219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const { function in class:llvm::ConstantInt
220 return Val.getLimitedValue(Limit);

Completed in 268 milliseconds