Home | History | Annotate | Download | only in Scalar

Lines Matching refs:RHSCmp

166     CmpInst *RHSCmp = cast<CmpInst>(RHSI);
168 return LHSCmp->getOperand(0) == RHSCmp->getOperand(1) &&
169 LHSCmp->getOperand(1) == RHSCmp->getOperand(0) &&
170 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();