Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1626 bool OpNoSignedWrap = BO->hasNoSignedWrap(); in Descale() local
1627 NoSignedWrap &= OpNoSignedWrap; in Descale()
1628 if (NoSignedWrap != OpNoSignedWrap) { in Descale()