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