Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getLimitedValue

511               Length ? Length->getLimitedValue()
512 : AllocSize - Offset.getLimitedValue(),
542 uint64_t RawOffset = Offset.getLimitedValue();
543 uint64_t Size = Length ? Length->getLimitedValue()
596 uint64_t Size = std::min(AllocSize - Offset.getLimitedValue(),
597 Length->getLimitedValue());