Lines Matching refs:isOpcWithIntImmediate
282 // isOpcWithIntImmediate - This method tests to see if the node is a specific
285 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
1958 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
1965 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
1984 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {