Searched refs:Op1HasNUW (Results 1 – 1 of 1) sorted by relevance
4966 bool Op0HasNUW = false, Op1HasNUW = false; in foldICmpBinOp() local4994 NoOp1WrapProblem = hasNoWrapProblem(*BO1, Pred, Op1HasNSW, Op1HasNUW); in foldICmpBinOp()5123 C, C3, "", Op1HasNUW && Diff.ule(*AP2), Op1HasNSW); in foldICmpBinOp()5223 if (NonZero && BO0 && BO1 && Op0HasNUW && Op1HasNUW) in foldICmpBinOp()5324 bool NUW = Op0HasNUW && Op1HasNUW; in foldICmpBinOp()