Lines Matching defs:CmpLHS
23750 SDValue CmpLHS = OpCmp.getOperand(0);
23754 std::swap(CmpLHS, CmpRHS);
23755 else if (CmpLHS.getOpcode() != AArch64ISD::CSEL)
23758 SDValue X = CmpLHS->getOperand(0);
23759 SDValue Y = CmpLHS->getOperand(1);
23773 static_cast<AArch64CC::CondCode>(CmpLHS->getConstantOperandVal(2));
23774 SDValue Cond = CmpLHS->getOperand(3);
24221 SDValue CmpLHS = SetCC.getOperand(0);
24222 EVT VT = CmpLHS.getValueType();
24227 if (CmpLHS.getValueType() == N->getOperand(1).getValueType() &&
24241 auto Shift = DAG.getNode(ISD::SRA, SDLoc(N), VT, CmpLHS, Val);