Searched refs:SExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance
160 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()508 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()509 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()533 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SDIV()534 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SDIV()625 SDValue Res = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SRA()720 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()721 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()932 NewLHS = SExtPromotedInteger(NewLHS); in PromoteSetCCOperands()933 NewRHS = SExtPromotedInteger(NewRHS); in PromoteSetCCOperands()[all …]
204 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function