Home | History | Annotate | Download | only in Utils

Lines Matching refs:ThenV

1476     Value *ThenV = PN->getIncomingValueForBlock(ThenBB);
1480 if (ThenV == OrigV)
1485 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV);
1537 Value *ThenV = PN->getIncomingValue(ThenI);
1540 if (OrigV == ThenV)
1546 Value *TrueV = ThenV, *FalseV = OrigV;