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

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp482 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); local
483 int32_3->setCallingConv(CallingConv::C);
484 int32_3->setTailCall(false);AttributeSet int32_3_PAL;
485 int32_3->setAttributes(int32_3_PAL);
487 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); local

Completed in 91 milliseconds