Lines Matching defs:LHSImm
20370 uint64_t LHSImm = 0, RHSImm = 0;20379 if (isOpcWithIntImmediate(LHS.getNode(), ISD::SHL, LHSImm) &&20380 isOpcWithIntImmediate(RHS.getNode(), ISD::SHL, RHSImm) && LHSImm <= 4 &&