Searched refs:int1_f (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 513 Value* int1_f = args++; in makeLLVMModule() local 514 int1_f->setName("f"); in makeLLVMModule() 525 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule() 528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 516 Value *int1_f = &*args++; in makeLLVMModule() local 517 int1_f->setName("f"); in makeLLVMModule() 532 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule() 535 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 577 Value *int1_f = &*args++; in makeLLVMModule() local 578 int1_f->setName("f"); in makeLLVMModule() 593 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb); in makeLLVMModule() 596 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule()
|