Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4967 bool Op0HasNSW = false, Op1HasNSW = false; in foldICmpBinOp() local
4994 NoOp1WrapProblem = hasNoWrapProblem(*BO1, Pred, Op1HasNSW, Op1HasNUW); in foldICmpBinOp()
5123 C, C3, "", Op1HasNUW && Diff.ule(*AP2), Op1HasNSW); in foldICmpBinOp()
5216 if (NonZero && BO0 && BO1 && Op0HasNSW && Op1HasNSW) in foldICmpBinOp()
5325 bool NSW = Op0HasNSW && Op1HasNSW; in foldICmpBinOp()