Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
3122 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local3124 NoOp0WrapProblem = in foldICmpBinOp()3147 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()3157 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()3185 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()3190 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()3252 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()3289 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()3303 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()3308 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()[all …]