Home
last modified time | relevance | path

Searched refs:LHSOrRHSKnownNegative (Results 1 – 1 of 1) 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()