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

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

Completed in 117 milliseconds