Home | History | Annotate | Download | only in IR

Lines Matching refs:op_end

36     ? cast<CallInst>(II)->op_end() - 1 // Skip Callee
37 : cast<InvokeInst>(II)->op_end() - 3; // Skip BB, BB, Callee
96 std::copy(PN.op_begin(), PN.op_end(), op_begin());
111 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx);
252 assert(It + 1 == op_end() && "Should add up!");
273 OperandTraits<CallInst>::op_end(this) - 1,
283 OperandTraits<CallInst>::op_end(this) - 1,
290 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
296 std::copy(CI.op_begin(), CI.op_end(), op_begin());
571 assert(It + 3 == op_end() && "Should add up!");
578 OperandTraits<InvokeInst>::op_end(this) -
583 std::copy(II.op_begin(), II.op_end(), op_begin());
690 OperandTraits<ReturnInst>::op_end(this) -
700 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
707 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
714 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
774 OperandTraits<CleanupReturnInst>::op_end(this) -
796 OperandTraits<CleanupReturnInst>::op_end(this) - Values,
805 OperandTraits<CleanupReturnInst>::op_end(this) - Values,
960 OperandTraits<FuncletPadInst>::op_end(this) -
963 std::copy(FPI.op_begin(), FPI.op_end(), op_begin());
971 OperandTraits<FuncletPadInst>::op_end(this) - Values, Values,
980 OperandTraits<FuncletPadInst>::op_end(this) - Values, Values,
1023 OperandTraits<BranchInst>::op_end(this) - 1,
1031 OperandTraits<BranchInst>::op_end(this) - 3,
1043 OperandTraits<BranchInst>::op_end(this) - 1,
1052 OperandTraits<BranchInst>::op_end(this) - 3,
1065 OperandTraits<BranchInst>::op_end(this) - BI.getNumOperands(),
1521 OperandTraits<GetElementPtrInst>::op_end(this) -
1526 std::copy(GEPI.op_begin(), GEPI.op_end(), op_begin());