Searched refs:Op0Opc (Results 1 – 2 of 2) sorted by relevance
388 unsigned Op0Opc = Op0.getOpcode(); in SelectBitfieldInsert() local396 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in SelectBitfieldInsert()402 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()406 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) { in SelectBitfieldInsert()410 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
526 unsigned Op0Opc = Op0.getOpcode(); in tryBitfieldInsert() local534 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in tryBitfieldInsert()540 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()544 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) { in tryBitfieldInsert()548 std::swap(Op0Opc, Op1Opc); in tryBitfieldInsert()