Searched refs:SHOpc (Results 1 – 2 of 2) sorted by relevance
425 unsigned SHOpc = Op1.getOperand(0).getOpcode(); in SelectBitfieldInsert() local426 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) && in SelectBitfieldInsert()429 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()
570 unsigned SHOpc = Op1.getOperand(0).getOpcode(); in tryBitfieldInsert() local571 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) && CanFoldMask && in tryBitfieldInsert()576 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert()