Searched refs:OldBundle (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 531 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 544 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() local 546 CallInst::Create(Callee, Args, OldBundle, "result")); in TEST() 573 OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty)); in TEST() local 575 Callee, NormalDest.get(), UnwindDest.get(), Args, OldBundle, "result")); in TEST()
|