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

/external/lldb/source/Expression/
H A DIRForTarget.cpp407 ConstantInt *constant_int = dyn_cast<ConstantInt>(metadata_node->getOperand(1)); local
409 if (!constant_int)
412 uintptr_t ptr = constant_int->getZExtValue();
1238 ConstantInt *constant_int = dyn_cast<ConstantInt>(alloc_md->getOperand(0));
1240 if (!constant_int)
1245 uintptr_t ptr = constant_int->getZExtValue();
1271 values[1] = constant_int;

Completed in 1002 milliseconds