Home
last modified time | relevance | path

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

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