Searched refs:ThenV (Results 1 – 1 of 1) sorted by relevance
2923 Value *ThenV = PN.getIncomingValueForBlock(ThenBB); in validateAndCostRequiredSelects() local2927 if (ThenV == OrigV) in validateAndCostRequiredSelects()2935 passingValueIsAlwaysUndefined(ThenV, &PN)) in validateAndCostRequiredSelects()2940 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects()3217 Value *ThenV = PN.getIncomingValue(ThenI); in SpeculativelyExecuteBB() local3220 if (OrigV == ThenV) in SpeculativelyExecuteBB()3226 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB()