Home
last modified time | relevance | path

Searched refs:ThenCE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2881 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects() local
2882 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()
2886 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()