Home | History | Annotate | Download | only in Utils

Lines Matching refs:BIV

2870     Value *BIV = PN->getIncomingValueForBlock(BB);
2871 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(BIV))
2963 Value *BIV = PN->getIncomingValueForBlock(BB);
2966 if (BIV != PBIV) {
2969 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux"));