Home
last modified time | relevance | path

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

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