Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2795 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV); in validateAndCostRequiredSelects() local
2797 if (!OrigCE && !ThenCE) in validateAndCostRequiredSelects()
2800 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; in validateAndCostRequiredSelects()