Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp185 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in foldCmpLoadFromIndexedGlobal() local
220 if (TrueRangeEnd == (int)i - 1) in foldCmpLoadFromIndexedGlobal()
221 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
240 FirstTrueElement = TrueRangeEnd = i; // First true element. in foldCmpLoadFromIndexedGlobal()
249 if (TrueRangeEnd == (int)i - 1) in foldCmpLoadFromIndexedGlobal()
250 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
252 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
281 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
363 if (TrueRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
364 assert(TrueRangeEnd != FirstTrueElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]