Home
last modified time | relevance | path

Searched refs:Op1Promoted (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp776 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()
824 Op1Promoted = in PromoteIntRes_ADDSUBSHLSAT()
850 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_MULFIX() local
863 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_MULFIX()
873 Op1Promoted = DAG.getNode(ISD::SHL, dl, PromotedType, Op1Promoted, in PromoteIntRes_MULFIX()
955 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_DIVFIX() local
[all …]