Lines Matching defs:isOpcWithIntImmediate
393 // isOpcWithIntImmediate - This method tests to see if the node is a specific
396 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
445 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
446 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
472 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
3347 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
3354 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
3405 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
3427 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_imm) &&
3451 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) &&
3452 !isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRA, LSB))