Lines Matching refs:getOperandList
209 Use *OL = getOperandList(); in LandingPadInst()
210 const Use *InOL = LP.getOperandList(); in LandingPadInst()
251 getOperandList()[OpNo] = Val; in addClause()
875 Use *OL = getOperandList(); in CatchSwitchInst()
876 const Use *InOL = CSI.getOperandList(); in CatchSwitchInst()
912 getOperandList()[OpNo] = Handler; in addHandler()
3658 Use *OL = getOperandList(); in SwitchInst()
3659 const Use *InOL = SI.getOperandList(); in SwitchInst()
3690 Use *OL = getOperandList(); in removeCase()
3761 Use *OL = getOperandList(); in IndirectBrInst()
3762 const Use *InOL = IBI.getOperandList(); in IndirectBrInst()
3777 getOperandList()[OpNo] = DestBB; in addDestination()
3786 Use *OL = getOperandList(); in removeDestination()