Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h173 OperandNo < getBundleOperandsEndIndex(); in isBundleOperand()
543 unsigned getBundleOperandsEndIndex() const { in getBundleOperandsEndIndex() function
544 CALLSITE_DELEGATE_GETTER(getBundleOperandsEndIndex()); in getBundleOperandsEndIndex()
H A DInstrTypes.h1614 unsigned getBundleOperandsEndIndex() const {
1622 Idx < getBundleOperandsEndIndex();
1642 unsigned End = getBundleOperandsEndIndex();
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1893 CI->op_begin() + CI->getBundleOperandsEndIndex(), in buildTree_rec()