• Home
  • Raw
  • Download

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()
96 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode()
111 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue()
270 assert(It + 1 == op_end() && "Should add up!"); in init()
291 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
301 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
308 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst()
314 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst()
662 assert(It + 3 == op_end() && "Should add up!"); in init()
669 OperandTraits<InvokeInst>::op_end(this) - in InvokeInst()
674 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst()
808 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst()
818 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
825 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
832 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst()
892 OperandTraits<CleanupReturnInst>::op_end(this) - in CleanupReturnInst()
914 OperandTraits<CleanupReturnInst>::op_end(this) - Values, in CleanupReturnInst()
923 OperandTraits<CleanupReturnInst>::op_end(this) - Values, in CleanupReturnInst()
1057 Use *EndDst = op_end() - 1; in removeHandler()
1089 OperandTraits<FuncletPadInst>::op_end(this) - in FuncletPadInst()
1092 std::copy(FPI.op_begin(), FPI.op_end(), op_begin()); in FuncletPadInst()
1100 OperandTraits<FuncletPadInst>::op_end(this) - Values, Values, in FuncletPadInst()
1109 OperandTraits<FuncletPadInst>::op_end(this) - Values, Values, in FuncletPadInst()
1152 OperandTraits<BranchInst>::op_end(this) - 1, in BranchInst()
1160 OperandTraits<BranchInst>::op_end(this) - 3, in BranchInst()
1172 OperandTraits<BranchInst>::op_end(this) - 1, in BranchInst()
1181 OperandTraits<BranchInst>::op_end(this) - 3, in BranchInst()
1194 OperandTraits<BranchInst>::op_end(this) - BI.getNumOperands(), in BranchInst()
1652 OperandTraits<GetElementPtrInst>::op_end(this) - in GetElementPtrInst()
1657 std::copy(GEPI.op_begin(), GEPI.op_end(), op_begin()); in GetElementPtrInst()