Home
last modified time | relevance | path

Searched refs:Op0HasNSW (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
4990 NoOp0WrapProblem = hasNoWrapProblem(*BO0, Pred, Op0HasNSW, Op0HasNUW); in foldICmpBinOp()
5117 A, C3, "", Op0HasNUW && Diff.ule(*AP1), Op0HasNSW); in foldICmpBinOp()
5216 if (NonZero && BO0 && BO1 && Op0HasNSW && Op1HasNSW) in foldICmpBinOp()
5325 bool NSW = Op0HasNSW && Op1HasNSW; in foldICmpBinOp()