Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DInstructionsTest.cpp531 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() local
533 CallInst::Create(Callee, Args, OldBundle, "result")); in TEST()
560 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() local
562 Callee, NormalDest.get(), UnwindDest.get(), Args, OldBundle, "result")); in TEST()