Lines Matching defs:isOpcWithIntImmediate
384 // isOpcWithIntImmediate - This method tests to see if the node is a specific
387 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
436 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
437 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
463 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
3338 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
3345 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
3396 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
3418 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_imm) &&
3442 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) &&
3443 !isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRA, LSB))