Searched refs:OrigCE (Results 1 – 1 of 1) sorted by relevance
2880 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV); in validateAndCostRequiredSelects() local2882 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()2885 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; in validateAndCostRequiredSelects()