reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2350 if (!DAG.getTargetLoweringInfo().isTypeLegal(Op.getValueType())) 2357 std::tie(Value, Overflow) = getAArch64XALUOOp(CC, Op, DAG); 2360 SDValue TVal = DAG.getConstant(1, dl, MVT::i32); 2361 SDValue FVal = DAG.getConstant(0, dl, MVT::i32); 2366 SDValue CCVal = DAG.getConstant(getInvertedCondCode(CC), dl, MVT::i32); 2367 Overflow = DAG.getNode(AArch64ISD::CSEL, dl, MVT::i32, FVal, TVal, 2370 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32); 2371 return DAG.getNode(ISD::MERGE_VALUES, dl, VTs, Value, Overflow);