Home | History | Annotate | Download | only in Scalar

Lines Matching defs:OpBundles

595     SmallVector<OperandBundleDef, 1> OpBundles;
602 OpBundles.emplace_back(Bundle);
611 OpBundles.emplace_back("funclet", EHPad);
614 New = CallInst::Create(CI, OpBundles);