Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getLimitedValue

457               Length ? Length->getLimitedValue()
458 : AllocSize - Offset.getLimitedValue(),
472 uint64_t RawOffset = Offset.getLimitedValue();
473 uint64_t Size = Length ? Length->getLimitedValue()
526 uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
527 Length->getLimitedValue());