Searched refs:ZExtPromotedInteger (Results 1 – 2 of 2) sorted by relevance
197 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()407 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()421 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP()747 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()777 SDValue LHS = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_ZExtIntBinOp()788 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()797 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()937 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()938 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()1207 SDValue Lo = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntOp_BUILD_PAIR()[all …]
277 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function