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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2610 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; local
2612 NoOp0WrapProblem = ICmpInst::isEquality(Pred) ||
2629 if ((A == Op1 || B == Op1) && NoOp0WrapProblem)
2640 NoOp0WrapProblem && NoOp1WrapProblem &&
2667 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT &&
2672 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE &&
2677 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE &&
2682 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT &&
2693 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem &&
2724 if (A == Op1 && NoOp0WrapProblem)
[all...]

Completed in 43 milliseconds