Lines Matching defs:isOpcWithIntImmediate
2158 // isOpcWithIntImmediate - This method tests to see if the node is a specific2161 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc,20379 if (isOpcWithIntImmediate(LHS.getNode(), ISD::SHL, LHSImm) &&20380 isOpcWithIntImmediate(RHS.getNode(), ISD::SHL, RHSImm) && LHSImm <= 4 &&