Searched refs:ThenV (Results 1 – 1 of 1) sorted by relevance
3063 Value *ThenV = PN.getIncomingValueForBlock(ThenBB); in validateAndCostRequiredSelects() local3067 if (ThenV == OrigV) in validateAndCostRequiredSelects()3076 passingValueIsAlwaysUndefined(ThenV, &PN)) in validateAndCostRequiredSelects()3081 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects()3378 Value *ThenV = PN.getIncomingValue(ThenI); in speculativelyExecuteBB() local3381 if (OrigV == ThenV) in speculativelyExecuteBB()3387 Value *TrueV = ThenV, *FalseV = OrigV; in speculativelyExecuteBB()