Home
last modified time | relevance | path

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

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