Home
last modified time | relevance | path

Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3122 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3124 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 …]