Searched refs:FirstOperandOpc (Results 1 – 2 of 2) sorted by relevance
784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local800 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()818 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1112 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1131 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
2106 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local2120 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()2175 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()