Searched refs:IncRange (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h389 void IncRange(uptr from, uptr to) const { function in class:SizeClassAllocator64::PackedCounterArray
511 counters.IncRange(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4239 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this));
4242 Instruction::Add, IncRange, OBO::NoSignedWrap);
4249 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this));
4252 Instruction::Add, IncRange, OBO::NoUnsignedWrap);

Completed in 131 milliseconds