Searched refs:IncRange (Results 1 – 3 of 3) sorted by relevance
454 void IncRange(uptr from, uptr to) const { in IncRange() function574 counters.IncRange( in ReleaseFreeMemoryToOS()
1221 counters.IncRange(0, kNumCounters - 1); in TEST()
5059 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local5062 Instruction::Add, IncRange, OBO::NoSignedWrap); in proveNoWrapViaConstantRanges()5069 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local5072 Instruction::Add, IncRange, OBO::NoUnsignedWrap); in proveNoWrapViaConstantRanges()