Home
last modified time | relevance | path

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

/external/llvm-project/mlir/docs/
DEDSC.md39 i7(constant_int(7, 32)),
40 i13(constant_int(13, 32));
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp140 ConstantInt *constant_int = in DeclForGlobal() local
143 if (!constant_int) in DeclForGlobal()
146 uintptr_t ptr = constant_int->getZExtValue(); in DeclForGlobal()
1077 ConstantInt *constant_int = in RewritePersistentAlloc() local
1080 if (!constant_int) in RewritePersistentAlloc()
1085 uintptr_t ptr = constant_int->getZExtValue(); in RewritePersistentAlloc()
1112 values[1] = ConstantAsMetadata::get(constant_int); in RewritePersistentAlloc()
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp247 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) { in ResolveConstantValue() local
248 value = constant_int->getValue(); in ResolveConstantValue()
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-irtranslator.ll447 ; CHECK-LABEL: name: constant_int
457 define i32 @constant_int(i32 %in) {