Searched refs:FirstOperandOpc (Results 1 – 2 of 2) sorted by relevance
809 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local825 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()843 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1186 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1205 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
4386 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local4404 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()4459 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()