Home | History | Annotate | Download | only in IR

Lines Matching defs:getLimitedValue

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