Searched refs:constInt (Results 1 – 1 of 1) sorted by relevance
1839 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1840 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()1845 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local1847 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()1861 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1862 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()1867 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local1869 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()