Searched refs:ThenCE (Results 1 – 1 of 1) sorted by relevance
2297 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects() local2298 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()2301 if ((ThenCE && !isSafeToSpeculativelyExecute(ThenCE)) || in validateAndCostRequiredSelects()2305 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()