Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4111 ConstantSDNode *SRLConst = dyn_cast<ConstantSDNode>(OpRight); in tryBitPermutation() local
4112 if (SRLConst && SRLConst->getSExtValue() == 16) in tryBitPermutation()