Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp486 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() local
487 int32_6->setCallingConv(CallingConv::C); in makeLLVMModule()
488 int32_6->setTailCall(false);AttributeSet int32_6_PAL; in makeLLVMModule()
489 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule()
491 ReturnInst::Create(getGlobalContext(), int32_6, label_entry_5); in makeLLVMModule()