Home | History | Annotate | Download | only in Utils

Lines Matching refs:OrigV

1475     Value *OrigV = PN->getIncomingValueForBlock(BB);
1480 if (ThenV == OrigV)
1484 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV);
1536 Value *OrigV = PN->getIncomingValue(OrigI);
1540 if (OrigV == ThenV)
1546 Value *TrueV = ThenV, *FalseV = OrigV;