Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp865 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_ADDSUBSHLSAT() local
868 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
871 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
874 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
890 Op2Promoted); in PromoteIntRes_ADDSUBSHLSAT()
916 Op2Promoted = in PromoteIntRes_ADDSUBSHLSAT()
939 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_MULFIX() local
946 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
949 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1044 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_DIVFIX() local
[all …]