Lines Matching refs:CmpLHS
1487 if ((Cases[0].CmpLHS == Cases[1].CmpLHS &&
1489 (Cases[0].CmpRHS == Cases[1].CmpLHS &&
1490 Cases[0].CmpLHS == Cases[1].CmpRHS)) {
1570 ExportFromCurrentBlock(SwitchCases[i].CmpLHS);
1603 SDValue CondLHS = getValue(CB.CmpLHS);
1623 const APInt& Low = cast<ConstantInt>(CB.CmpLHS)->getValue();
1629 if (cast<ConstantInt>(CB.CmpLHS)->isMinValue(false)) {