Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1409 bool OpNoSignedWrap = BO->hasNoSignedWrap(); in Descale() local
1410 NoSignedWrap &= OpNoSignedWrap; in Descale()
1411 if (NoSignedWrap != OpNoSignedWrap) { in Descale()