reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
549 CALLSITE_DELEGATE_GETTER(hasOperandBundles());
include/llvm/IR/InstrTypes.h1520 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && 1748 assert(hasOperandBundles() && "Don't call otherwise!"); 1754 assert(hasOperandBundles() && "Don't call otherwise!"); 1760 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() && 1768 return hasOperandBundles() && isBundleOperand(U - op_begin()); 1777 if (!hasOperandBundles()) 1873 return hasOperandBundles();lib/Analysis/BasicAliasAnalysis.cpp
737 if (!Call->hasOperandBundles())
lib/Analysis/GlobalsModRef.cpp 260 if (!Call->hasOperandBundles())
lib/Bitcode/Writer/BitcodeWriter.cpp2760 if (II->hasOperandBundles()) 2836 if (CBI->hasOperandBundles()) 2993 if (CI.hasOperandBundles())lib/IR/AsmWriter.cpp
2539 if (!Call->hasOperandBundles())
lib/IR/Instructions.cpp4225 if (hasOperandBundles()) { 4273 if (hasOperandBundles()) { 4281 if (hasOperandBundles()) {lib/Transforms/IPO/FunctionAttrs.cpp
140 if (!Call->hasOperandBundles() && Call->getCalledFunction() &&
lib/Transforms/Scalar/TailRecursionElimination.cpp 243 bool IsNoTail = CI->isNoTailCall() || CI->hasOperandBundles();
lib/Transforms/Vectorize/SLPVectorizer.cpp 2736 if (CI->hasOperandBundles() &&