Lines Matching refs:getOperandList
206 Use *OL = getOperandList(); in LandingPadInst()
207 const Use *InOL = LP.getOperandList(); in LandingPadInst()
248 getOperandList()[OpNo] = Val; in addClause()
1130 Use *OL = getOperandList(); in CatchSwitchInst()
1131 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst()
1167 getOperandList()[OpNo] = Handler; in addHandler()
4063 Use *OL = getOperandList(); in SwitchInst()
4064 const Use *InOL = SI.getOperandList(); in SwitchInst()
4095 Use *OL = getOperandList(); in removeCase()
4290 Use *OL = getOperandList(); in IndirectBrInst()
4291 const Use *InOL = IBI.getOperandList(); in IndirectBrInst()
4306 getOperandList()[OpNo] = DestBB; in addDestination()
4315 Use *OL = getOperandList(); in removeDestination()