Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp182 auto GetSwitchValue = [DL, CommonITy](IndirectBrInst *IBr) { in runOnFunction() local
192 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
206 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runOnFunction()