Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.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);AttrListPtr 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()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp490 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() local
491 int32_6->setCallingConv(CallingConv::C); in makeLLVMModule()
492 int32_6->setTailCall(false);AttributeSet int32_6_PAL; in makeLLVMModule()
493 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule()
495 ReturnInst::Create(Context, int32_6, label_entry_5); in makeLLVMModule()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp549 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() local
550 int32_6->setCallingConv(CallingConv::C); in makeLLVMModule()
551 int32_6->setTailCall(false); in makeLLVMModule()
553 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule()
555 ReturnInst::Create(Context, int32_6, label_entry_5); in makeLLVMModule()