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