Searched refs:ZExtPromotedInteger (Results 1 – 3 of 3) sorted by relevance
258 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()318 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()783 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()785 Op1Promoted = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()786 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()1110 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()1160 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()1169 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()1373 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()1374 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()[all …]
271 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
3543 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()