Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp203 const Use *InOL = LP.getOperandList(); in LandingPadInst() local
205 OL[I] = InOL[I]; in LandingPadInst()
1121 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst() local
1123 OL[I] = InOL[I]; in CatchSwitchInst()
4044 const Use *InOL = SI.getOperandList(); in SwitchInst() local
4046 OL[i] = InOL[i]; in SwitchInst()
4047 OL[i+1] = InOL[i+1]; in SwitchInst()
4271 const Use *InOL = IBI.getOperandList(); in IndirectBrInst() local
4273 OL[i] = InOL[i]; in IndirectBrInst()