Home
last modified time | relevance | path

Searched refs:LOBO (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.cpp622 if (auto *LOBO = dyn_cast<OverflowingBinaryOperator>(LHS)) { in tryFactorization() local
623 HasNSW &= LOBO->hasNoSignedWrap(); in tryFactorization()
624 HasNUW &= LOBO->hasNoUnsignedWrap(); in tryFactorization()