Searched refs:FirstOperandOpc (Results 1 – 1 of 1) sorted by relevance
789 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local804 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()822 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1113 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1131 if (FirstOperandOpc != ISD::AND) in performSHLCombine()