Lines Matching defs:CBI
3237 const CallBrInst *CBI = cast<CallBrInst>(&I);
3238 const Value *Callee = CBI->getCalledOperand();
3239 FunctionType *FTy = CBI->getFunctionType();
3241 if (CBI->hasOperandBundles())
3242 writeOperandBundles(*CBI, InstID);
3246 Vals.push_back(VE.getAttributeListID(CBI->getAttributes()));
3248 Vals.push_back(CBI->getCallingConv() << bitc::CALL_CCONV |
3251 Vals.push_back(VE.getValueID(CBI->getDefaultDest()));
3252 Vals.push_back(CBI->getNumIndirectDests());
3253 for (unsigned i = 0, e = CBI->getNumIndirectDests(); i != e; ++i)
3254 Vals.push_back(VE.getValueID(CBI->getIndirectDest(i)));
3265 for (unsigned i = FTy->getNumParams(), e = CBI->arg_size(); i != e; ++i)