Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp2940 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects() local
2941 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()
2945 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()