Lines Matching defs:BU
657 const OperandBundleUse &BU);
3733 OperandBundleUse BU = Call.getOperandBundleAt(i);
3734 uint32_t Tag = BU.getTagID();
3745 Check(BU.Inputs.size() == 1,
3747 Check(isa<FuncletPadInst>(BU.Inputs.front()),
3754 Check(BU.Inputs.size() == 1,
3759 Check(BU.Inputs.size() == 2,
3761 Check(isa<ConstantInt>(BU.Inputs[0]) &&
3762 BU.Inputs[0]->getType()->isIntegerTy(32),
3764 Check(BU.Inputs[1]->getType()->isIntegerTy(64),
3769 Check(BU.Inputs.size() == 1, "Expected exactly one kcfi bundle operand",
3771 Check(isa<ConstantInt>(BU.Inputs[0]) &&
3772 BU.Inputs[0]->getType()->isIntegerTy(32),
3778 Check(BU.Inputs.size() == 1,
3780 auto Input = dyn_cast<IntrinsicInst>(BU.Inputs.front());
3793 verifyAttachedCallBundle(Call, BU);
7198 const OperandBundleUse &BU) {
7208 Check(BU.Inputs.size() == 1 && isa<Function>(BU.Inputs.front()),
7213 auto *Fn = cast<Function>(BU.Inputs.front());