Home
last modified time | relevance | path

Searched refs:ConstIntOrConstSplatInt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp1500 const APInt *ConstIntOrConstSplatInt; in isKnownToBeAPowerOfTwo() local
1501 if (match(C, m_APInt(ConstIntOrConstSplatInt))) in isKnownToBeAPowerOfTwo()
1502 return ConstIntOrConstSplatInt->isPowerOf2(); in isKnownToBeAPowerOfTwo()