Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp892 unsigned Op1Opc = Op1.getOpcode(); in tryBitfieldInsert() local
899 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()