Searched refs:FirstOperandOpc (Results 1 – 1 of 1) sorted by relevance
784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local799 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()817 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1108 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1126 if (FirstOperandOpc != ISD::AND) in performSHLCombine()