Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SHL

345   if (Opcode == ISD::SHL) {
396 if (Op0.getOperand(0).getOpcode() == ISD::SHL ||
398 if (Op1.getOperand(0).getOpcode() != ISD::SHL &&
405 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) {
406 if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL &&
418 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) &&
421 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
425 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) &&
428 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
977 case ISD::SHL: {