Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/
H A Dbhnd_subr.c107 BHND_CDESC(BCM, ROBO, OTHER, "RoboSwitch"),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp719 if (auto *ROBO = dyn_cast<OverflowingBinaryOperator>(RHS)) { in tryFactorization() local
720 HasNSW &= ROBO->hasNoSignedWrap(); in tryFactorization()
721 HasNUW &= ROBO->hasNoUnsignedWrap(); in tryFactorization()