Lines Matching defs:CB
203 auto *CB = dyn_cast<CallBase>(U);
204 if (!CB || CB->getCalledFunction() != &F)
207 CB->setAttributes(UpdateAttrs(CB->getAttributes()));
335 CallBase *CB = dyn_cast<CallBase>(U.getUser());
336 if (!CB) {
345 for (Use &Arg : CB->args())
346 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned);
347 CB->removeRetAttrs(UBImplyingAttributes);