Home
last modified time | relevance | path

Searched refs:countOperandBundlesOfType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h508 unsigned countOperandBundlesOfType(uint32_t ID) const { in countOperandBundlesOfType() function
509 CALLSITE_DELEGATE_GETTER(countOperandBundlesOfType(ID)); in countOperandBundlesOfType()
DInstrTypes.h1359 unsigned countOperandBundlesOfType(StringRef Name) const {
1370 unsigned countOperandBundlesOfType(uint32_t ID) const {
1384 assert(countOperandBundlesOfType(Name) < 2 && "Precondition violated!");
1400 assert(countOperandBundlesOfType(ID) < 2 && "Precondition violated!");
/external/llvm/lib/IR/
DVerifier.cpp4102 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
4110 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2285 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke()
6373 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()