Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h365 int getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function
366 CALLSITE_DELEGATE_GETTER(getNumTotalBundleOperands()); in getNumTotalBundleOperands()
DInstructions.h1537 return getNumOperands() - getNumTotalBundleOperands() - 1;
1557 return op_end() - getNumTotalBundleOperands() - 1;
1571 return op_end() - getNumTotalBundleOperands() - 1;
3462 return getNumOperands() - getNumTotalBundleOperands() - 3;
3482 return op_end() - getNumTotalBundleOperands() - 3;
3496 return op_end() - getNumTotalBundleOperands() - 3;
DInstrTypes.h1336 unsigned getNumTotalBundleOperands() const {