Searched refs:PBIV (Results 1 – 1 of 1) sorted by relevance
2780 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local2781 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(PBIV)) in SimplifyCondBranchToCondBranch()2870 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local2871 if (BIV != PBIV) { in SimplifyCondBranchToCondBranch()2874 (Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName()+".mux")); in SimplifyCondBranchToCondBranch()