Searched refs:FirstOperandOpc (Results 1 – 2 of 2) sorted by relevance
771 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local787 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()805 } else if (FirstOperandOpc == ISD::SHL && Subtarget.hasCnMips()) { in performANDCombine()1104 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine() local1123 if (FirstOperandOpc != ISD::AND) in performSHLCombine()
1334 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local1348 if (FirstOperandOpc == ISD::SRA || FirstOperandOpc == ISD::SRL) { in performANDCombine()