Home
last modified time | relevance | path

Searched refs:FirstOperandOpc (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.cpp771 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine() local
787 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() local
1123 if (FirstOperandOpc != ISD::AND) in performSHLCombine()