Searched defs:hasOperandBundles (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h141 if (!hasOperandBundles())
480 bool hasOperandBundles() const { function in class:llvm::CallSiteBase
481 CALLSITE_DELEGATE_GETTER(hasOperandBundles());
H A DInstrTypes.h1324 bool hasOperandBundles() const { return getNumOperandBundles() != 0; } function in class:llvm::OperandBundleUser
1328 assert(hasOperandBundles() && "Don't call otherwise!");
1334 assert(hasOperandBundles() && "Don't call otherwise!");
1341 if (!hasOperandBundles())
1437 return hasOperandBundles();

Completed in 177 milliseconds