Searched refs:constInt (Results 1 – 2 of 2) sorted by relevance
29 typedef const int constInt; typedef30 constInt anotherGlobalConstant = 1;32 constInt localConstant = 2; in testCapturedConstantsTypedef()33 static constInt staticConstant = 3; in testCapturedConstantsTypedef()
1807 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1808 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()1813 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local1815 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()1829 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local1830 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()1835 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local1837 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()