Home | History | Annotate | Download | only in Utils

Lines Matching refs:PBICond

2910   Value *PBICond = PBI->getCondition();
2913 PBICond = Builder.CreateNot(PBICond, PBICond->getName() + ".not");
2920 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge");
2969 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux"));