Searched refs:Op1Opc (Results 1 – 1 of 1) sorted by relevance
428 unsigned Op1Opc = Op1.getOpcode(); in SelectBitfieldInsert() local435 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in SelectBitfieldInsert()441 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()446 if (Op1Opc == ISD::AND && Op1.getOperand(0).getOpcode() != ISD::SHL && in SelectBitfieldInsert()449 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()458 if ((Op1Opc == ISD::SHL || Op1Opc == ISD::SRL) && in SelectBitfieldInsert()461 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()463 if (Op1Opc == ISD::AND) { in SelectBitfieldInsert()