Searched refs:getNumIndirectDests (Results 1 – 10 of 10) sorted by relevance
145 if (!CBR->getNumIndirectDests()) in InsertIntrinsicCalls()
436 if (LI.getNumIndirectDests() != RI.getNumIndirectDests()) { in diff()444 for (unsigned I = 0; I < LI.getNumIndirectDests(); I++) in diff()
3965 unsigned getNumIndirectDests() const { return NumIndirectDests; }3970 assert(i < getNumIndirectDests() && "Out of bounds!");3975 assert(i < getNumIndirectDests() && "Out of bounds!");3981 return cast<BasicBlock>(*(&Op<-1>() - getNumIndirectDests() - 1));3984 return cast_or_null<BasicBlock>(*(&Op<-1>() - getNumIndirectDests() + i));3988 for (unsigned i = 0, e = getNumIndirectDests(); i < e; ++i)3993 *(&Op<-1>() - getNumIndirectDests() - 1) = reinterpret_cast<Value *>(B);3996 *(&Op<-1>() - getNumIndirectDests() + i) = reinterpret_cast<Value *>(B);4006 assert(i < getNumIndirectDests() + 1 &&4011 unsigned getNumSuccessors() const { return getNumIndirectDests() + 1; }
1499 unsigned getNumIndirectDests() const { in getNumIndirectDests() function1500 return cast<llvm::CallBrInst>(Val)->getNumIndirectDests(); in getNumIndirectDests()
3370 Vals.push_back(CBI->getNumIndirectDests()); in writeInstruction()3371 for (unsigned i = 0, e = CBI->getNumIndirectDests(); i != e; ++i) in writeInstruction()
332 return cast<CallBrInst>(this)->getNumIndirectDests() + 1; in getNumSubclassExtraOperandsDynamic()
4720 for (unsigned i = 0, e = CBI->getNumIndirectDests(); i != e; ++i) { in printInstruction()
3156 return unwrap<CallBrInst>(CallBr)->getNumIndirectDests(); in LLVMGetCallBrNumIndirectDests()
2674 Check(LabelNo == CallBr->getNumIndirectDests(), in verifyInlineAsmCall()
3493 for (unsigned i = 0, e = I.getNumIndirectDests(); i < e; ++i) { in visitCallBr()