Searched refs:FirstOperandOpc (Results 1 – 2 of 2) sorted by relevance
800 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local816 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()834 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1128 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1147 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
3111 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local3125 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()3180 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL || lsb == 0) in performANDCombine()