Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1812 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1818 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1840 if (const auto *constInt = dyn_cast_or_null<ConstantInt>( in bufferLEByte() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1834 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1840 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
1856 if (const ConstantInt *constInt = dyn_cast<ConstantInt>(CPV)) { in bufferLEByte() local
1862 if (const ConstantInt *constInt = dyn_cast<ConstantInt>( in bufferLEByte() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dblocks-no-inline.c29 typedef const int constInt; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go1221 func (s *state) constInt(t *types.Type, c int64) *ssa.Value { func