Lines Matching refs:op_end
36 ? cast<CallInst>(II)->op_end() - 1 // Skip Callee in getCallee()
37 : cast<InvokeInst>(II)->op_end() - 3; // Skip BB, BB, Callee in getCallee()
91 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode()
122 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue()
307 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
317 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
324 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst()
330 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst()
558 OperandTraits<InvokeInst>::op_end(this) in InvokeInst()
563 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst()
617 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst()
627 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
634 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
641 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst()
733 OperandTraits<BranchInst>::op_end(this) - 1, in BranchInst()
741 OperandTraits<BranchInst>::op_end(this) - 3, in BranchInst()
753 OperandTraits<BranchInst>::op_end(this) - 1, in BranchInst()
762 OperandTraits<BranchInst>::op_end(this) - 3, in BranchInst()
775 OperandTraits<BranchInst>::op_end(this) - BI.getNumOperands(), in BranchInst()
1355 OperandTraits<GetElementPtrInst>::op_end(this) in GetElementPtrInst()
1358 std::copy(GEPI.op_begin(), GEPI.op_end(), op_begin()); in GetElementPtrInst()