Searched refs:RHSAPInt (Results 1 – 1 of 1) sorted by relevance
17354 auto RHSAPInt = RHS->getAsAPIntVal(); in PerformDAGCombine() local17355 if (!RHSAPInt.isIntN(64)) in PerformDAGCombine()17358 unsigned Val = RHSAPInt.getZExtValue(); in PerformDAGCombine()