Home
last modified time | relevance | path

Searched refs:IncRange (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DParsedASTTests.cpp443 auto IncRange = IncludeRanges[I]; in TEST() local
444 EXPECT_THAT(Inc.IncTok.range(SM), RangeIs(IncRange)); in TEST()
447 Code.substr(IncRange.Begin, IncRange.End - IncRange.Begin)); in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h390 void IncRange(uptr from, uptr to) const { in IncRange() function
512 counters.IncRange( in ReleaseFreeMemoryToOS()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp1157 counters.IncRange(0, kNumCounters - 1); in TEST()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3764 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
3767 Instruction::Add, IncRange, OBO::NoSignedWrap); in proveNoWrapViaConstantRanges()
3774 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
3777 Instruction::Add, IncRange, OBO::NoUnsignedWrap); in proveNoWrapViaConstantRanges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4451 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
4454 Instruction::Add, IncRange, OBO::NoSignedWrap); in proveNoWrapViaConstantRanges()
4461 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
4464 Instruction::Add, IncRange, OBO::NoUnsignedWrap); in proveNoWrapViaConstantRanges()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4411 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
4414 Instruction::Add, IncRange, OBO::NoSignedWrap); in proveNoWrapViaConstantRanges()
4421 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this)); in proveNoWrapViaConstantRanges() local
4424 Instruction::Add, IncRange, OBO::NoUnsignedWrap); in proveNoWrapViaConstantRanges()