Searched defs:int32_9 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp512 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); local
513 int32_9->setCallingConv(CallingConv::C);
514 int32_9->setTailCall(false);AttributeSet int32_9_PAL;
515 int32_9->setAttributes(int32_9_PAL);
517 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); local

Completed in 52 milliseconds