Searched refs:ConstIntOrConstSplatInt (Results 1 – 1 of 1) sorted by relevance
1500 const APInt *ConstIntOrConstSplatInt; in isKnownToBeAPowerOfTwo() local1501 if (match(C, m_APInt(ConstIntOrConstSplatInt))) in isKnownToBeAPowerOfTwo()1502 return ConstIntOrConstSplatInt->isPowerOf2(); in isKnownToBeAPowerOfTwo()