Home
last modified time | relevance | path

Searched refs:getNumTotalBundleOperands (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1276 return data_operands_end() - getNumTotalBundleOperands();
1678 assert(i < arg_size() + getNumTotalBundleOperands() &&
2040 unsigned getNumTotalBundleOperands() const {
H A DInstructions.h3971 return getOperand(i + arg_size() + getNumTotalBundleOperands() + 1);
3976 return getOperandUse(i + arg_size() + getNumTotalBundleOperands() + 1);
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1352 unsigned getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function
1353 return cast<llvm::CallBase>(Val)->getNumTotalBundleOperands(); in getNumTotalBundleOperands()
1359 return data_operands_end() - getNumTotalBundleOperands(); in arg_end()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7217 NewOps.drop_back(1 + cast<CallInst>(I)->getNumTotalBundleOperands()), Q); in simplifyInstructionWithOperands()