HomeSort by relevance Sort by last modified time
    Searched defs:getLimitedValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 406 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 213 /// getLimitedValue - If the value is smaller than the specified limit,
218 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
219 return Val.getLimitedValue(Limit);
    [all...]

Completed in 87 milliseconds