Searched refs:ZExtPromotedInteger (Results 1 – 3 of 3) sorted by relevance
392 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()1294 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()1359 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()1371 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()1390 Amt = ZExtPromotedInteger(Amt); in PromoteIntRes_FunnelShift()1442 Amt = ZExtPromotedInteger(Amt); in PromoteIntRes_VPFunnelShift()1663 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()1664 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()1972 LHS = ZExtPromotedInteger(LHS); in PromoteSetCCOperands()1973 RHS = ZExtPromotedInteger(RHS); in PromoteSetCCOperands()[all …]
270 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
4749 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()