Searched refs:constant_index (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp959 ConstantInt *constant_index = dyn_cast<ConstantInt>(*ii); local
961 if (!constant_index)
977 constant_index = cast<ConstantInt>(ConstantInt::get((*ii)->getType(), I.ULongLong(LLDB_INVALID_ADDRESS)));
980 const_indices.push_back(constant_index);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1443 ir_constant *constant_index; local
1447 constant_index = ir->array_index->constant_expression_value();
1452 if (constant_index) {
1453 src.reg_offset += constant_index->value.i[0] * element_size;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1443 ir_constant *constant_index; local
1447 constant_index = ir->array_index->constant_expression_value();
1452 if (constant_index) {
1453 src.reg_offset += constant_index->value.i[0] * element_size;
/external/chromium_org/v8/src/
H A Dassembler.cc1401 ExternalReference ExternalReference::math_exp_constants(int constant_index) { argument
1404 reinterpret_cast<void*>(math_exp_constants_array + constant_index));
H A Dassembler.h905 static ExternalReference math_exp_constants(int constant_index);

Completed in 207 milliseconds