Searched refs:PBICond (Results 1 – 1 of 1) sorted by relevance
4516 Value *PBICond = PBI->getCondition(); in SimplifyCondBranchToCondBranch() local4519 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()4527 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()4579 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()