Searched refs:countOperandBundlesOfType (Results 1 – 4 of 4) sorted by relevance
508 unsigned countOperandBundlesOfType(uint32_t ID) const { in countOperandBundlesOfType() function509 CALLSITE_DELEGATE_GETTER(countOperandBundlesOfType(ID)); in countOperandBundlesOfType()
1359 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!");
4102 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()4110 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1, in visitIntrinsicCallSite()
2285 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) { in visitInvoke()6373 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) in visitCall()