Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp425 unsigned SHOpc = Op1.getOperand(0).getOpcode(); in SelectBitfieldInsert() local
426 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) && in SelectBitfieldInsert()
429 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp570 unsigned SHOpc = Op1.getOperand(0).getOpcode(); in tryBitfieldInsert() local
571 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) && CanFoldMask && in tryBitfieldInsert()
576 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert()