Home | History | Annotate | Download | only in llvm

Lines Matching defs:getLimitedValue

210   /// getLimitedValue - If the value is smaller than the specified limit,
215 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
216 return Val.getLimitedValue(Limit);