Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp780 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_ADDSUBSHLSAT() local
783 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
786 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
789 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
805 Op2Promoted); in PromoteIntRes_ADDSUBSHLSAT()
831 Op2Promoted = in PromoteIntRes_ADDSUBSHLSAT()
854 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_MULFIX() local
861 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
864 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
959 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_DIVFIX() local
[all …]