Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3080 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV); in validateAndCostRequiredSelects() local
3082 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()
3085 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; in validateAndCostRequiredSelects()