Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp184 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in foldCmpLoadFromIndexedGlobal() local
222 if (TrueRangeEnd == (int)i - 1) in foldCmpLoadFromIndexedGlobal()
223 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
242 FirstTrueElement = TrueRangeEnd = i; // First true element. in foldCmpLoadFromIndexedGlobal()
251 if (TrueRangeEnd == (int)i - 1) in foldCmpLoadFromIndexedGlobal()
252 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
254 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
283 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
365 if (TrueRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
366 assert(TrueRangeEnd != FirstTrueElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]