Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1839 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1840 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()
1845 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
1847 int int32 = (int)(constInt->getZExtValue()); in bufferLEByte()
1861 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1862 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()
1867 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
1869 long long int64 = (long long)(constInt->getZExtValue()); in bufferLEByte()