Searched refs:AndRHSVal (Results 1 – 2 of 2) sorted by relevance
1472 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBTST() local1475 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBTST()1481 if (!isUInt<32>(AndRHSVal) && isPowerOf2_64(AndRHSVal)) { in LowerAndToBTST()1483 RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), DL, LHS.getValueType()); in LowerAndToBTST()
24032 uint64_t AndRHSVal = AndRHS->getZExtValue(); in LowerAndToBT() local24035 if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) { in LowerAndToBT()24042 if ((!isUInt<32>(AndRHSVal) || (OptForSize && !isUInt<8>(AndRHSVal))) && in LowerAndToBT()24043 isPowerOf2_64(AndRHSVal)) { in LowerAndToBT()24045 BitNo = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, in LowerAndToBT()