Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp932 unsigned SHOpc = Op1.getOperand(0).getOpcode(); in tryBitfieldInsert() local
933 if ((SHOpc == ISD::SHL || SHOpc == ISD::SRL) && CanFoldMask && in tryBitfieldInsert()
938 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert()