Searched refs:SExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance
169 SDValue Op = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertSext()539 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SADDSUBO()540 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SADDSUBO()651 SDValue LHS = SExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_SExtIntBinOp()652 SDValue RHS = SExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_SExtIntBinOp()670 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_SRA()768 LHS = SExtPromotedInteger(LHS); in PromoteIntRes_XMULO()769 RHS = SExtPromotedInteger(RHS); in PromoteIntRes_XMULO()979 NewLHS = SExtPromotedInteger(NewLHS); in PromoteSetCCOperands()980 NewRHS = SExtPromotedInteger(NewRHS); in PromoteSetCCOperands()[all …]
223 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger() function