Searched refs:AndRHSVal (Results 1 – 2 of 2) sorted by relevance
1704 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBTST() local1707 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBTST()1713 if (!isUInt<32>(AndRHSVal) && isPowerOf2_64(AndRHSVal)) { in LowerAndToBTST()1715 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), DL, LHS.getValueType()); in LowerAndToBTST()
23743 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBT() local23746 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBT()23753 if ((!isUInt<32>(AndRHSVal) || (OptForSize && !isUInt<8>(AndRHSVal))) && in LowerAndToBT()23754 isPowerOf2_64(AndRHSVal)) { in LowerAndToBT()23756 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()