Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp179 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in foldCmpLoadFromIndexedGlobal() local
209 if (TrueRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
210 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
228 FirstTrueElement = TrueRangeEnd = i; // First true element. in foldCmpLoadFromIndexedGlobal()
237 if (TrueRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
238 TrueRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
240 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
269 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
350 if (TrueRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
351 assert(TrueRangeEnd != FirstTrueElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]