Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
3863 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local3865 NoOp0WrapProblem = in foldICmpBinOp()3889 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()3900 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()3926 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()3931 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()3993 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()4034 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()4057 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()4061 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()[all …]