Searched refs:SwitchValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]);
199 SwitchValue = SwitchPN;
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB);

Completed in 111 milliseconds