Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp180 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in foldCmpLoadFromIndexedGlobal() local
212 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
213 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
246 FirstFalseElement = FalseRangeEnd = i; // First false element. in foldCmpLoadFromIndexedGlobal()
255 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
256 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
258 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
271 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
367 if (FalseRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
368 assert(FalseRangeEnd != FirstFalseElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]