Searched refs:ShAmount (Results 1 – 2 of 2) sorted by relevance
899 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); in performSRACombine() local901 if (!ShAmount) in performSRACombine()909 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()
911 ConstantSDNode *ShAmount = dyn_cast<ConstantSDNode>(Op1); in performSRACombine() local913 if (!ShAmount) in performSRACombine()921 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()