Searched refs:constant_int (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp140 ConstantInt *constant_int = local
143 if (!constant_int)
146 uintptr_t ptr = constant_int->getZExtValue();
1082 ConstantInt *constant_int =
1085 if (!constant_int)
1090 uintptr_t ptr = constant_int->getZExtValue();
1118 values[1] = ConstantAsMetadata::get(constant_int);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp245 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) {
246 value = constant_int->getValue();

Completed in 146 milliseconds