Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DInstructions.cpp191 Use *OL = OperandList, *InOL = LP.OperandList; in LandingPadInst() local
193 OL[I] = InOL[I]; in LandingPadInst()
3156 Use *OL = OperandList, *InOL = SI.OperandList; in SwitchInst() local
3158 OL[i] = InOL[i]; in SwitchInst()
3159 OL[i+1] = InOL[i+1]; in SwitchInst()
3283 Use *OL = OperandList, *InOL = IBI.OperandList; in IndirectBrInst() local
3285 OL[i] = InOL[i]; in IndirectBrInst()