Searched refs:ThenCE (Results 1 – 1 of 1) sorted by relevance
2670 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects() local2671 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()2675 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()