Searched refs:Op0HasNUW (Results 1 – 1 of 1) sorted by relevance
4966 bool Op0HasNUW = false, Op1HasNUW = false; in foldICmpBinOp() local4990 NoOp0WrapProblem = hasNoWrapProblem(*BO0, Pred, Op0HasNSW, Op0HasNUW); in foldICmpBinOp()5117 A, C3, "", Op0HasNUW && Diff.ule(*AP1), Op0HasNSW); in foldICmpBinOp()5223 if (NonZero && BO0 && BO1 && Op0HasNUW && Op1HasNUW) in foldICmpBinOp()5324 bool NUW = Op0HasNUW && Op1HasNUW; in foldICmpBinOp()