Home
last modified time | relevance | path

Searched refs:NewBundle (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp757 OperandBundleDef NewBundle("after", ConstantInt::get(Int32Ty, 7)); in TEST() local
758 std::unique_ptr<CallInst> Clone(CallInst::Create(Call.get(), NewBundle)); in TEST()
787 OperandBundleDef NewBundle("after", ConstantInt::get(Int32Ty, 7)); in TEST() local
789 InvokeInst::Create(Invoke.get(), NewBundle)); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3176 OperandBundleDef NewBundle("gc-live", NewLiveGc); in visitCallBase() local
3177 return CallBase::Create(&Call, NewBundle); in visitCallBase()