Searched defs:RangeSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp255 const uint64_t RangeSize = EndAddress - StartAddress; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp623 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); local
633 unsigned RangeSize = GapAndRangeSizes[I].second; local
688 unsigned GapSize, RangeSize; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2395 APInt RangeSize = Div->isExact() ? APInt(C2->getBitWidth(), 1) : *C2; local
[all...]

Completed in 165 milliseconds