Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
5223 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local5248 NoOp0WrapProblem = hasNoWrapProblem(*BO0, Pred, Op0HasNSW, Op0HasNUW); in foldICmpBinOp()5257 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()5268 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()5331 if (A && NoOp0WrapProblem && in foldICmpBinOp()5357 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()5406 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()5429 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()5433 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()5437 if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) { in foldICmpBinOp()