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