Searched refs:ConstCond (Results 1 – 1 of 1) sorted by relevance
513 if (auto *ConstCond = dyn_cast<ConstantInt>(Cond)) in computeWideningScore() local514 return ConstCond->isAllOnesValue() ? IfTrue : IfFalse; in computeWideningScore()