Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-variable-handler.cc90 const BrigBase *cst_operand_data in build_variable() local
94 if (cst_operand_data->kind == BRIG_KIND_OPERAND_CONSTANT_BYTES) in build_variable()
96 ((const BrigOperandConstantBytes *) cst_operand_data, t); in build_variable()
99 cst_operand_data->kind); in build_variable()