Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp513 if (auto *ConstCond = dyn_cast<ConstantInt>(Cond)) in computeWideningScore() local
514 return ConstCond->isAllOnesValue() ? IfTrue : IfFalse; in computeWideningScore()