Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp207 const Use *InOL = LP.getOperandList(); in LandingPadInst() local
209 OL[I] = InOL[I]; in LandingPadInst()
1158 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst() local
1160 OL[I] = InOL[I]; in CatchSwitchInst()
4353 const Use *InOL = SI.getOperandList(); in SwitchInst() local
4355 OL[i] = InOL[i]; in SwitchInst()
4356 OL[i+1] = InOL[i+1]; in SwitchInst()
4579 const Use *InOL = IBI.getOperandList(); in IndirectBrInst() local
4581 OL[i] = InOL[i]; in IndirectBrInst()