Searched refs:SExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance
248 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()312 Op2 = SExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()784 Op1Promoted = SExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()785 Op2Promoted = SExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()856 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()857 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()961 Op1Promoted = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()962 Op2Promoted = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_DIVFIX()1013 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()1014 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()[all …]
262 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function