Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp953 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_ADDSUBSHLSAT() local
956 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
959 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
962 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
978 Op2Promoted); in PromoteIntRes_ADDSUBSHLSAT()
1004 Op2Promoted = in PromoteIntRes_ADDSUBSHLSAT()
1027 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_MULFIX() local
1034 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1037 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1126 SDValue Op1Promoted, Op2Promoted; in PromoteIntRes_DIVFIX() local
[all …]