reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1030 assert(!LHS.getValueType().isFloatingPoint() && "We don't handle FP yet"); 1040 if (LHS.getOpcode() == ISD::Constant) 1041 std::swap(LHS, RHS); 1047 if (LHS.getOpcode() == ISD::Constant) 1048 std::swap(LHS, RHS); 1051 std::swap(LHS, RHS); 1056 if (const ConstantSDNode * C = dyn_cast<ConstantSDNode>(LHS)) { 1057 LHS = RHS; 1065 std::swap(LHS, RHS); 1070 if (const ConstantSDNode * C = dyn_cast<ConstantSDNode>(LHS)) { 1071 LHS = RHS; 1079 std::swap(LHS, RHS); 1084 if (const ConstantSDNode * C = dyn_cast<ConstantSDNode>(LHS)) { 1085 LHS = RHS; 1093 std::swap(LHS, RHS); 1098 if (const ConstantSDNode * C = dyn_cast<ConstantSDNode>(LHS)) { 1099 LHS = RHS; 1109 return DAG.getNode(MSP430ISD::CMP, dl, MVT::Glue, LHS, RHS);