Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp3384 bool LHSOrRHSKnownNegative = (LHSKnownNegative || RHSKnownNegative); in computeOverflowForSignedAdd() local
3385 if (LHSOrRHSKnownNonNegative || LHSOrRHSKnownNegative) { in computeOverflowForSignedAdd()
3390 (AddKnownNegative && LHSOrRHSKnownNegative)) { in computeOverflowForSignedAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3911 bool LHSOrRHSKnownNegative = in computeOverflowForSignedAdd() local
3913 if (LHSOrRHSKnownNonNegative || LHSOrRHSKnownNegative) { in computeOverflowForSignedAdd()
3916 (AddKnown.isNegative() && LHSOrRHSKnownNegative)) { in computeOverflowForSignedAdd()