HomeSort by relevance Sort by last modified time
    Searched full:constant_int (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Expression/
IRForTarget.cpp 407 ConstantInt *constant_int = dyn_cast<ConstantInt>(metadata_node->getOperand(1)); local
409 if (!constant_int)
412 uintptr_t ptr = constant_int->getZExtValue();
    [all...]
IRInterpreter.cpp 220 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant))
222 value = constant_int->getValue();
    [all...]

Completed in 675 milliseconds