Searched refs:getNumTotalBundleOperands (Results 1 – 4 of 4) sorted by relevance
1276 return data_operands_end() - getNumTotalBundleOperands();1678 assert(i < arg_size() + getNumTotalBundleOperands() &&2040 unsigned getNumTotalBundleOperands() const {
3971 return getOperand(i + arg_size() + getNumTotalBundleOperands() + 1);3976 return getOperandUse(i + arg_size() + getNumTotalBundleOperands() + 1);
1352 unsigned getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function1353 return cast<llvm::CallBase>(Val)->getNumTotalBundleOperands(); in getNumTotalBundleOperands()1359 return data_operands_end() - getNumTotalBundleOperands(); in arg_end()
7217 NewOps.drop_back(1 + cast<CallInst>(I)->getNumTotalBundleOperands()), Q); in simplifyInstructionWithOperands()