Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp471 unsigned Op0Opc = Op0.getOpcode(); in SelectBitfieldInsert() local
479 if (Op0Opc == ISD::AND && Op1Opc == ISD::AND) { in SelectBitfieldInsert()
485 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()
489 } else if (Op0Opc == ISD::SHL || Op0Opc == ISD::SRL) { in SelectBitfieldInsert()
493 std::swap(Op0Opc, Op1Opc); in SelectBitfieldInsert()