Searched refs:int32_6 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp497 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); local
498 int32_6->setCallingConv(CallingConv::C);
499 int32_6->setTailCall(false);AttributeSet int32_6_PAL;
500 int32_6->setAttributes(int32_6_PAL);
502 ReturnInst::Create(getGlobalContext(), int32_6, label_entry_5); local

Completed in 85 milliseconds