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

/external/llvm/include/llvm/ADT/
H A DAPInt.h405 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const { function in class:llvm::APInt
/external/llvm/include/llvm/IR/
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 67 milliseconds