Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CmpLHS

1585   Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1);
1586 if (Pred == Cmp->getPredicate() && LHS == CmpLHS && RHS == CmpRHS)
1589 LHS == CmpRHS && RHS == CmpLHS)