Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp176 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined; in foldCmpLoadFromIndexedGlobal() local
205 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
206 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
239 FirstFalseElement = FalseRangeEnd = i; // First false element. in foldCmpLoadFromIndexedGlobal()
248 if (FalseRangeEnd == (int)i-1) in foldCmpLoadFromIndexedGlobal()
249 FalseRangeEnd = i; in foldCmpLoadFromIndexedGlobal()
251 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
264 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
360 if (FalseRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
361 assert(FalseRangeEnd != FirstFalseElement && "Should emit single compare"); in foldCmpLoadFromIndexedGlobal()
[all …]