Lines Matching refs:getOperandList
255 Use *OL = getOperandList(); in LandingPadInst()
256 const Use *InOL = LP.getOperandList(); in LandingPadInst()
291 getOperandList()[OpNo] = Val; in addClause()
1034 Use *OL = getOperandList(); in CatchSwitchInst()
1035 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst()
1071 getOperandList()[OpNo] = Handler; in addHandler()
3933 Use *OL = getOperandList(); in SwitchInst()
3934 const Use *InOL = SI.getOperandList(); in SwitchInst()
3965 Use *OL = getOperandList(); in removeCase()
4140 Use *OL = getOperandList(); in IndirectBrInst()
4141 const Use *InOL = IBI.getOperandList(); in IndirectBrInst()
4156 getOperandList()[OpNo] = DestBB; in addDestination()
4165 Use *OL = getOperandList(); in removeDestination()