Searched refs:SRLConst (Results 1 – 1 of 1) sorted by relevance
4111 ConstantSDNode *SRLConst = dyn_cast<ConstantSDNode>(OpRight); in tryBitPermutation() local4112 if (SRLConst && SRLConst->getSExtValue() == 16) in tryBitPermutation()