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