Searched refs:AndRHSVal (Results 1 – 1 of 1) 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()