Searched refs:PBICond (Results 1 – 1 of 1) sorted by relevance
2815 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local2818 PBICond = Builder.CreateNot(PBICond, PBICond->getName()+".not"); in SimplifyCondBranchToCondBranch()2825 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()2874 (Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName()+".mux")); in SimplifyCondBranchToCondBranch()