Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6411 ConstantInt *LinearOffset = nullptr; member in __anonee21a60b2e11::SwitchLookupTable
6513 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()
6573 if (!LinearOffset->isZero()) in buildLookup()
6574 Result = Builder.CreateAdd(Result, LinearOffset, "switch.offset", in buildLookup()