Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1147 bool AllNonNegative = DecompGEP1.Offset.isNonNegative(); in aliasGEP() local
1161 if (AllNonNegative || AllNonPositive) { in aliasGEP()
1178 AllNonNegative &= (SignKnownZero && Scale.isNonNegative()) || in aliasGEP()
1203 if (AllNonNegative && V2Size.hasValue() && in aliasGEP()