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 385 /// getLimitedValue - If this value is smaller than the specified limit,
388 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 214 /// getLimitedValue - If the value is smaller than the specified limit,
219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
220 return Val.getLimitedValue(Limit);
    [all...]

Completed in 50 milliseconds