Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1138 bool AllNonNegative = DecompGEP1.Offset.isNonNegative(); in aliasGEP() local
1147 if (AllNonNegative || AllNonPositive) { in aliasGEP()
1164 AllNonNegative &= (SignKnownZero && Scale.isNonNegative()) || in aliasGEP()
1189 if (AllNonNegative && V2Size.hasValue() && in aliasGEP()