Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h39 auto RangeSize = static_cast<unsigned long long>(To) - in operator() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h37 uint32_t RangeSize; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp637 GapAndRangeSizes.push_back({GapSize, RangeSize}); in encodeDefRange() local
647 unsigned RangeSize = GapAndRangeSizes[I].second; encodeDefRange() local
700 unsigned GapSize, RangeSize; encodeDefRange() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp309 const uint64_t RangeSize = EndAddress - StartAddress; convertFunctionLineTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2678 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; foldICmpDivConstant() local
[all...]