Searched refs:Op1Promoted (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 776 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_ADDSUBSHLSAT() local 778 Op1Promoted = GetPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT() 781 Op1Promoted = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT() 784 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT() 787 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_ADDSUBSHLSAT() 794 DAG.getNode(ISD::ADD, dl, PromotedType, Op1Promoted, Op2Promoted); in PromoteIntRes_ADDSUBSHLSAT() 800 return DAG.getNode(ISD::USUBSAT, dl, PromotedType, Op1Promoted, in PromoteIntRes_ADDSUBSHLSAT() 824 Op1Promoted = in PromoteIntRes_ADDSUBSHLSAT() 825 DAG.getNode(ISD::SHL, dl, PromotedType, Op1Promoted, ShiftAmount); in PromoteIntRes_ADDSUBSHLSAT() 831 DAG.getNode(Opcode, dl, PromotedType, Op1Promoted, Op2Promoted); in PromoteIntRes_ADDSUBSHLSAT() [all …]
|