Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h547 unsigned getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function
548 CALLSITE_DELEGATE_GETTER(getNumTotalBundleOperands()); in getNumTotalBundleOperands()
H A DInstrTypes.h1109 return data_operands_end() - getNumTotalBundleOperands();
1378 assert(i < (getNumArgOperands() + getNumTotalBundleOperands() + 1) &&
1637 unsigned getNumTotalBundleOperands() const {