Searched refs:BranchVal (Results 1 – 2 of 2) sorted by relevance
362 Value *BranchVal = B.CreateIsNotNull(ModVal, "lcmp.mod"); in UnrollRuntimeLoopProlog() local366 B.CreateCondBr(BranchVal, PEnd, PEnd); in UnrollRuntimeLoopProlog()
733 Value *BranchVal = LIC; in EmitPreheaderBranchOnCondition() local737 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition()745 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt); in EmitPreheaderBranchOnCondition()