Home
last modified time | relevance | path

Searched defs:RangeSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerRandom.h27 intptr_t RangeSize = To - From + 1; in operator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp620 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange() local
630 unsigned RangeSize = GapAndRangeSizes[I].second; in encodeDefRange() local
685 unsigned GapSize, RangeSize; in encodeDefRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp255 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2421 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; in foldICmpDivConstant() local