Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3399 bool &ShouldDropNUW) { in isSafeToRemoveBitCeilSelect() argument
3422 ShouldDropNUW = false; in isSafeToRemoveBitCeilSelect()
3437 ShouldDropNUW = true; in isSafeToRemoveBitCeilSelect()
3507 bool ShouldDropNUW; in foldBitCeil() local
3515 ShouldDropNUW)) in foldBitCeil()
3518 if (ShouldDropNUW) in foldBitCeil()