Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DPassManagerTest.cpp505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() local
506 int32_9->setCallingConv(CallingConv::C); in makeLLVMModule()
507 int32_9->setTailCall(false);AttributeSet int32_9_PAL; in makeLLVMModule()
508 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
510 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); in makeLLVMModule()