Searched refs:ShAmtInt (Results 1 – 1 of 1) sorted by relevance
19613 uint64_t ShAmtInt; in performSHLCombine() local19615 ShAmtInt = ShAmt.getZExtValue(); in performSHLCombine()19618 ShAmtInt = RHS.getConstantOperandVal(1); in performSHLCombine()19625 if (ShAmtInt <= 1) in performSHLCombine()19631 if (ShAmtInt >= NarrowBits) in performSHLCombine()19654 DAG.getConstant(1ULL << ShAmtInt, SDLoc(RHS), NarrowVT), in performSHLCombine()