Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.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);AttrListPtr 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()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.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(Context, int32_9, label_entry_8); in makeLLVMModule()