Searched refs:AndRHSVal (Results 1 – 2 of 2) sorted by relevance
1701 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBTST() local1704 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBTST()1710 if (!isUInt<32>(AndRHSVal) && isPowerOf2_64(AndRHSVal)) { in LowerAndToBTST()1712 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), DL, LHS.getValueType()); in LowerAndToBTST()
22820 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBT() local22823 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBT()22830 if ((!isUInt<32>(AndRHSVal) || (OptForSize && !isUInt<8>(AndRHSVal))) && in LowerAndToBT()22831 isPowerOf2_64(AndRHSVal)) { in LowerAndToBT()22833 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()