Lines Matching refs:getOperandList
196 Use *OL = getOperandList(); in LandingPadInst()
197 const Use *InOL = LP.getOperandList(); in LandingPadInst()
238 getOperandList()[OpNo] = Val; in addClause()
1015 Use *OL = getOperandList(); in CatchSwitchInst()
1016 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst()
1052 getOperandList()[OpNo] = Handler; in addHandler()
3725 Use *OL = getOperandList(); in SwitchInst()
3726 const Use *InOL = SI.getOperandList(); in SwitchInst()
3758 Use *OL = getOperandList(); in removeCase()
3838 Use *OL = getOperandList(); in IndirectBrInst()
3839 const Use *InOL = IBI.getOperandList(); in IndirectBrInst()
3854 getOperandList()[OpNo] = DestBB; in addDestination()
3863 Use *OL = getOperandList(); in removeDestination()