Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BranchVal

690   Value *BranchVal = LIC;
693 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
699 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);