Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1178 bool WasNUW = false, WasNSW = false, WasExact = false, WasInBounds = false; in foldSelectValueEquivalence() local
1190 WasInBounds = GEP->isInBounds(); in foldSelectValueEquivalence()
1212 if (WasInBounds) in foldSelectValueEquivalence()