Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp205 auto GetSwitchValue = [DL, CommonITy](IndirectBrInst *IBr) { in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
241 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runOnFunction()