Searched refs:RHSImm (Results 1 – 2 of 2) sorted by relevance
1230 auto *RHSImm = cast<ConstantSDNode>(Addr.getOperand(1)); in isFlatScratchBaseLegalSVImm() local1237 (RHSImm->getSExtValue() < 0 && RHSImm->getSExtValue() > -0x40000000))) in isFlatScratchBaseLegalSVImm()
20370 uint64_t LHSImm = 0, RHSImm = 0; in performAddCombineForShiftedOperands() local20380 isOpcWithIntImmediate(RHS.getNode(), ISD::SHL, RHSImm) && LHSImm <= 4 && in performAddCombineForShiftedOperands()20381 RHSImm > 4 && LHS.hasOneUse()) in performAddCombineForShiftedOperands()