Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
4140 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local4142 NoOp0WrapProblem = in foldICmpBinOp()4166 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()4177 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()4203 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()4208 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()4270 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()4320 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()4343 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()4347 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()[all …]