Searched refs:FirstOperandOpc (Results 1 – 1 of 1) sorted by relevance
787 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local802 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()820 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1111 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1129 if (FirstOperandOpc != ISD::AND) in performSHLCombine()