Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp201 auto GetSwitchValue = [DL, CommonITy](IndirectBrInst *IBr) { in runOnFunction() local
214 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
237 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runOnFunction()