Lines Matching refs:op_end

127   std::copy(PN.op_begin(), PN.op_end(), op_begin());  in PHINode()
142 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue()
172 for (Use &U : make_range(NewOpEnd, op_end())) in removeIncomingValueIf()
703 assert(It + 1 == op_end() && "Should add up!"); in init()
721 OperandTraits<CallBase>::op_end(this) - 1, 1, InsertBefore) { in CallInst()
727 OperandTraits<CallBase>::op_end(this) - CI.getNumOperands(), in CallInst()
732 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst()
801 assert(It + 3 == op_end() && "Should add up!"); in init()
808 OperandTraits<CallBase>::op_end(this) - II.getNumOperands(), in InvokeInst()
811 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst()
885 assert(It + 2 + IndirectDests.size() == op_end() && "Should add up!"); in init()
892 OperandTraits<CallBase>::op_end(this) - CBI.getNumOperands(), in CallBrInst()
895 std::copy(CBI.op_begin(), CBI.op_end(), op_begin()); in CallBrInst()
923 OperandTraits<ReturnInst>::op_end(this) - RI.getNumOperands(), in ReturnInst()
933 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
961 OperandTraits<CleanupReturnInst>::op_end(this) - in CleanupReturnInst()
985 OperandTraits<CleanupReturnInst>::op_end(this) - Values, in CleanupReturnInst()
1076 Use *EndDst = op_end() - 1; in removeHandler()
1098 OperandTraits<FuncletPadInst>::op_end(this) - in FuncletPadInst()
1101 std::copy(FPI.op_begin(), FPI.op_end(), op_begin()); in FuncletPadInst()
1110 OperandTraits<FuncletPadInst>::op_end(this) - Values, Values, in FuncletPadInst()
1136 OperandTraits<BranchInst>::op_end(this) - 1, 1, in BranchInst()
1145 OperandTraits<BranchInst>::op_end(this) - 3, 3, in BranchInst()
1158 OperandTraits<BranchInst>::op_end(this) - BI.getNumOperands(), in BranchInst()
1467 OperandTraits<GetElementPtrInst>::op_end(this) - in GetElementPtrInst()
1472 std::copy(GEPI.op_begin(), GEPI.op_end(), op_begin()); in GetElementPtrInst()