Searched refs:int1_f (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp524 Value* int1_f = args++; local
525 int1_f->setName("f");
536 BranchInst::Create(label_bb, label_bb1, int1_f, label_bb);
539 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1);

Completed in 73 milliseconds