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