Searched refs:AndRHSVal (Results 1 – 2 of 2) sorted by relevance
15020 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerToBT() local15023 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerToBT()15029 if (!isUInt<32>(AndRHSVal) && isPowerOf2_64(AndRHSVal)) { in LowerToBT()15031 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType()); in LowerToBT()
18167 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBT() local18170 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBT()18177 if ((!isUInt<32>(AndRHSVal) || (OptForSize && !isUInt<8>(AndRHSVal))) && in LowerAndToBT()18178 isPowerOf2_64(AndRHSVal)) { in LowerAndToBT()18180 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType()); in LowerAndToBT()