Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp209 auto GetSwitchValue = [CommonITy](IndirectBrInst *IBr) { in runImpl() local
223 SwitchValue = GetSwitchValue(IBr); in runImpl()
246 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runImpl()