Lines Matching defs:CallBrInst
306 return CallBrInst::Create(cast<CallBrInst>(CB), Bundles, InsertPt);
328 return cast<CallBrInst>(this)->getNumIndirectDests() + 1;
848 // CallBrInst Implementation
851 void CallBrInst::init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough,
890 CallBrInst::CallBrInst(const CallBrInst &CBI)
902 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB,
906 auto *NewCBI = CallBrInst::Create(
4366 CallBrInst *CallBrInst::cloneImpl() const {
4369 return new (getNumOperands(), DescriptorBytes) CallBrInst(*this);
4371 return new (getNumOperands()) CallBrInst(*this);