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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2863 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; local
2865 NoOp0WrapProblem = ICmpInst::isEquality(Pred) ||
2882 if ((A == Op1 || B == Op1) && NoOp0WrapProblem)
2893 NoOp0WrapProblem && NoOp1WrapProblem &&
2920 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT &&
2925 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE &&
2930 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE &&
2935 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT &&
2946 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem &&
2977 if (A == Op1 && NoOp0WrapProblem)
[all...]

Completed in 73 milliseconds