Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() local
502 int32_9->setCallingConv(CallingConv::C); in makeLLVMModule()
503 int32_9->setTailCall(false);AttributeSet int32_9_PAL; in makeLLVMModule()
504 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
506 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); in makeLLVMModule()