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