Home
last modified time | relevance | path

Searched refs:FalseRangeEnd (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
211 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
212 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
245 FirstFalseElement = FalseRangeEnd = i; // First false element. in foldCmpLoadFromIndexedGlobal()
254 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
255 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
257 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
270 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
366 if (FalseRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
367 assert(FalseRangeEnd != FirstFalseElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]