Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp714 if (auto *LOBO = dyn_cast<OverflowingBinaryOperator>(LHS)) { in tryFactorization() local
715 HasNSW &= LOBO->hasNoSignedWrap(); in tryFactorization()
716 HasNUW &= LOBO->hasNoUnsignedWrap(); in tryFactorization()