Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp198 Use *OL = OperandList, *InOL = LP.OperandList; in LandingPadInst() local
200 OL[I] = InOL[I]; in LandingPadInst()
3265 Use *OL = OperandList, *InOL = SI.OperandList; in SwitchInst() local
3267 OL[i] = InOL[i]; in SwitchInst()
3268 OL[i+1] = InOL[i+1]; in SwitchInst()
3416 Use *OL = OperandList, *InOL = IBI.OperandList; in IndirectBrInst() local
3418 OL[i] = InOL[i]; in IndirectBrInst()