reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
44789   SDValue LHS = N->getOperand(0);
44790   SDValue RHS = N->getOperand(1);
44795     return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), RHS, LHS);
44795     return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), RHS, LHS);
44795     return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), RHS, LHS);
44800     return DAG.getConstant(0, SDLoc(N), N->getValueType(0));
44800     return DAG.getConstant(0, SDLoc(N), N->getValueType(0));
44804   if (TLI.SimplifyDemandedBits(SDValue(N, 0), APInt::getAllOnesValue(64), DCI))
44805     return SDValue(N, 0);
44814   if (N->getValueType(0) == MVT::v2i64 && LHS.hasOneUse() &&
44818     SDLoc dl(N);
44822     return DAG.getNode(N->getOpcode(), dl, MVT::v2i64, LHS, RHS);
44824   if (N->getValueType(0) == MVT::v2i64 && RHS.hasOneUse() &&
44828     SDLoc dl(N);
44832     return DAG.getNode(N->getOpcode(), dl, MVT::v2i64, LHS, RHS);