Searched refs:Op1Opc (Results 1 – 1 of 1) sorted by relevance
892 unsigned Op1Opc = Op1.getOpcode(); in tryBitfieldInsert() local899 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in tryBitfieldInsert()905 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()910 if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL && in tryBitfieldInsert()913 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()920 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) && in tryBitfieldInsert()923 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert()925 if (Op1Opc == ISD::AND) { in tryBitfieldInsert()