Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1515 bool OpNoSignedWrap = BO->hasNoSignedWrap(); in Descale() local
1516 NoSignedWrap &= OpNoSignedWrap; in Descale()
1517 if (NoSignedWrap != OpNoSignedWrap) { in Descale()